diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2017-11-12 16:05:01 +0300 |
---|---|---|
committer | Alexander Krotov <ilabdsf@gmail.com> | 2017-11-12 16:05:01 +0300 |
commit | af06d526095d9fb3156e8995ceb85ab78edc8061 (patch) | |
tree | 81298130343e440597e4492106d50821cf467387 | |
parent | 6094c84b7ae0e00d51c16e7e283ad2e589091bee (diff) | |
download | pandoc-af06d526095d9fb3156e8995ceb85ab78edc8061.tar.gz |
Fix a typo: "uisng" -> "using"
-rw-r--r-- | doc/lua-filters.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 0d9a2c0e0..0aed95cb5 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -339,7 +339,7 @@ will output: This is the filter we use when converting `MANUAL.txt` to man pages. It converts level-1 headers to uppercase -(uisng `walk_block` to transform inline elements +(using `walk_block` to transform inline elements inside headers), removes footnotes, and replaces links with regular text. |