diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-07-14 09:58:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-07-14 10:10:43 -0700 |
commit | 302543af086ad90d5d2b2a8efd2dcdd64032a99d (patch) | |
tree | 0e8a3a8e5636c70adafaac66380ba088a5a09db7 /src | |
parent | 2cc0d68ca0073499a407641f42d56d008d1b046c (diff) | |
download | pandoc-302543af086ad90d5d2b2a8efd2dcdd64032a99d.tar.gz |
Docbook reader: remove misleading comment...
suggesting that releaseinfo is handled. It isn't.
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/Readers/DocBook.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/DocBook.hs b/src/Text/Pandoc/Readers/DocBook.hs index ae319b372..096cfc520 100644 --- a/src/Text/Pandoc/Readers/DocBook.hs +++ b/src/Text/Pandoc/Readers/DocBook.hs @@ -360,7 +360,7 @@ List of all DocBook tags, with [x] indicating implemented, [x] refsectioninfo - Meta-information for a refsection [ ] refsynopsisdiv - A syntactic synopsis of the subject of the reference page [ ] refsynopsisdivinfo - Meta-information for a RefSynopsisDiv -[x] releaseinfo - Information about a particular release of a document +[ ] releaseinfo - Information about a particular release of a document [ ] remark - A remark (or comment) intended for presentation in a draft manuscript [x] replaceable - Content that may or must be replaced by the user |