summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-12 21:13:52 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-12 21:13:52 -0800
commita3988d89c8facbc9b67e9589552a2a2e4c34e4f5 (patch)
tree1949ff4c41c5de5cdeb9a8e9f5edc3d6c412573e /src/Text/Pandoc/Readers
parent4daf471920072ed8a3552cdbd9db040e2cad4c44 (diff)
Added "title" to list of docbook block-level tags.
Diffstat (limited to 'src/Text/Pandoc/Readers')
-rw-r--r--src/Text/Pandoc/Readers/HTML.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/HTML.hs b/src/Text/Pandoc/Readers/HTML.hs
index 179065413..43165ceb1 100644
--- a/src/Text/Pandoc/Readers/HTML.hs
+++ b/src/Text/Pandoc/Readers/HTML.hs
@@ -521,7 +521,7 @@ blockDocBookTags = ["calloutlist", "bibliolist", "glosslist", "itemizedlist",
"figure", "screenshot", "mediaobject", "qandaset",
"procedure", "task", "cmdsynopsis", "funcsynopsis",
"classsynopsis", "blockquote", "epigraph", "msgset",
- "sidebar"]
+ "sidebar", "title"]
blockTags :: [String]
blockTags = blockHtmlTags ++ blockDocBookTags