diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-05-01 22:37:34 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-05-01 22:37:34 -0700 |
commit | 2d29c94acf8d59ea571704229b03b5d5d0422d93 (patch) | |
tree | 969d3cf21ae601f59d9c173feac7147f5b165966 /src/Text | |
parent | bc511109feafa95e031d0245d77c0f470b5a2f78 (diff) | |
download | pandoc-2d29c94acf8d59ea571704229b03b5d5d0422d93.tar.gz |
DocBook reader: Minor doc fix.
Diffstat (limited to 'src/Text')
-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 0229bc8f3..ab5396834 100644 --- a/src/Text/Pandoc/Readers/DocBook.hs +++ b/src/Text/Pandoc/Readers/DocBook.hs @@ -67,7 +67,7 @@ List of all DocBook tags, with [x] indicating implemented, [ ] calloutlist - A list of Callouts [x] caption - A caption [ ] caution - A note of caution -[ ] chapter - A chapter, as of a book +[x] chapter - A chapter, as of a book [ ] chapterinfo - Meta-information for a Chapter [ ] citation - An inline bibliographic reference to another published work [ ] citebiblioid - A citation of a bibliographic identifier |