diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-06-05 14:48:48 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-06-05 14:48:48 -0700 |
commit | 62f8422b8c5a72889f0dd416390f9e0b4ce56801 (patch) | |
tree | dc71af411e5c898db646aceae303d446aec0e102 | |
parent | 10615420dec27756baa2d4a6881d00c2e28d9cc1 (diff) | |
download | pandoc-62f8422b8c5a72889f0dd416390f9e0b4ce56801.tar.gz |
Fix typo in lua documentation.
Closes #5552.
-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 316662d30..3ac2a62d2 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -1048,7 +1048,7 @@ Hyperlink: alt text (list of inlines), target ### Math {#type-ref-Math} TeX math (literal) -`mathype` +`mathtype` : specifier determining whether the math content should be shown inline (`InlineMath`) or on a separate line (`DisplayMath`) (string) |