diff options
author | Bryan O'Sullivan <bos@serpentine.com> | 2014-12-08 23:17:27 -0800 |
---|---|---|
committer | Bryan O'Sullivan <bos@serpentine.com> | 2014-12-08 23:17:27 -0800 |
commit | 2150903230d1de3d0632205efc7f77e978c8177e (patch) | |
tree | ff35df8de03c44a373b7e72141d59347487115d6 /src/Text/Pandoc | |
parent | aaf93d8f4e8d8020c9c5cb453d6cdfcf89da8b02 (diff) | |
download | pandoc-2150903230d1de3d0632205efc7f77e978c8177e.tar.gz |
DocBook reader: document/test "type" as implemented
Diffstat (limited to 'src/Text/Pandoc')
-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 6117d6867..e79f7d1fa 100644 --- a/src/Text/Pandoc/Readers/DocBook.hs +++ b/src/Text/Pandoc/Readers/DocBook.hs @@ -471,7 +471,7 @@ List of all DocBook tags, with [x] indicating implemented, [ ] token - A unit of information [x] tr - A row in an HTML table [ ] trademark - A trademark -[ ] type - The classification of a value +[x] type - The classification of a value [x] ulink - A link that addresses its target by means of a URL (Uniform Resource Locator) [x] uri - A Uniform Resource Identifier |