Skip to content

Commit

Permalink
Edit for spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
IlonaSilverwood authored Jun 21, 2023
1 parent 391e612 commit 6bb18ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/lua-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Create custom outputs with pandoc's embedded Lua engine.

## Introduction

With Lua filters, you can write Pandoc filters without any
With Lua filters, you can write Pandoc filters without any
external dependencies. Besides the simpler set-up, Lua filters are
generally faster and can access utility functions to manipulate
document elements.
Expand Down Expand Up @@ -76,7 +76,6 @@ written in compiled Haskell (`smallcaps`) and interpreted Python
As you can see, the Lua filter avoids the substantial overhead
associated with marshaling to and from JSON over a pipe.


# Lua filter structure

Lua filters are tables with element names as keys and values
Expand Down

0 comments on commit 6bb18ba

Please sign in to comment.