diff options
| author | John MacFarlane <[email protected]> | 2023-10-26 15:27:00 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-10-26 15:27:00 -0700 |
| commit | 88cb8e699a0ebd6557e3d1b360ac74d97db2107c (patch) | |
| tree | fb9291605e96baa301d51402d8f9c51c7061f445 /src | |
| parent | f2a22e71dffef0e795d73ecffeaa195733dde67e (diff) | |
Add `bits` as synonym of `jats` as input format.
Document in MANUAL.txt.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc/Readers.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Readers.hs b/src/Text/Pandoc/Readers.hs index 378d9c2e0..5f7d5d8af 100644 --- a/src/Text/Pandoc/Readers.hs +++ b/src/Text/Pandoc/Readers.hs @@ -140,6 +140,7 @@ readers = [("native" , TextReader readNative) ,("org" , TextReader readOrg) ,("textile" , TextReader readTextile) -- TODO : textile+lhs ,("html" , TextReader readHtml) + ,("bits" , TextReader readJATS) ,("jats" , TextReader readJATS) ,("jira" , TextReader readJira) ,("latex" , TextReader readLaTeX) |
