diff options
author | Brian Wignall <BrianWignall@gmail.com> | 2019-11-20 12:44:23 -0500 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-20 09:44:23 -0800 |
commit | a946424e3c5fc249aedc8561b853236947001976 (patch) | |
tree | 12f7c5553050b37aa0d4c8f32c983b59860e7c1c /src/Text/Pandoc/Readers/Org | |
parent | c1b51b12828170a19e3513c84500a1cfd9d2eee5 (diff) | |
download | pandoc-a946424e3c5fc249aedc8561b853236947001976.tar.gz |
Fix typos (#5919)
Diffstat (limited to 'src/Text/Pandoc/Readers/Org')
-rw-r--r-- | src/Text/Pandoc/Readers/Org/Inlines.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Org/Inlines.hs b/src/Text/Pandoc/Readers/Org/Inlines.hs index da638f717..d8204d38f 100644 --- a/src/Text/Pandoc/Readers/Org/Inlines.hs +++ b/src/Text/Pandoc/Readers/Org/Inlines.hs @@ -155,7 +155,7 @@ endline = try $ do -- first to be implemented here and is almost identical to Markdown's citation -- syntax. The org-ref package is in wide use to handle citations, but the -- syntax is a bit limiting and not quite as simple to write. The --- semi-offical Org-mode citation syntax is based on John MacFarlane's Pandoc +-- semi-official Org-mode citation syntax is based on John MacFarlane's Pandoc -- sytax and Org-oriented enhancements contributed by Richard Lawrence and -- others. It's dubbed Berkeley syntax due the place of activity of its main -- contributors. All this should be consolidated once an official Org-mode |