summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-08-12 22:08:30 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-08-12 22:08:30 -0400
commitaae71ad595f78f6cb7dd1cc5cb0aaef0d3aaf5f1 (patch)
treed499be0bb18d758cc1cc5c2b06067abc333c719d /src/Text/Pandoc/Readers/Docx.hs
parentd4748038d76dd430f7c760e73487172a3264c5de (diff)
Docx reader: Add "BlockQuotation" to divs list.
Diffstat (limited to 'src/Text/Pandoc/Readers/Docx.hs')
-rw-r--r--src/Text/Pandoc/Readers/Docx.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Docx.hs b/src/Text/Pandoc/Readers/Docx.hs
index 9943ebeb8..bcfa4082e 100644
--- a/src/Text/Pandoc/Readers/Docx.hs
+++ b/src/Text/Pandoc/Readers/Docx.hs
@@ -272,7 +272,7 @@ codeSpans :: [String]
codeSpans = ["VerbatimChar"]
blockQuoteDivs :: [String]
-blockQuoteDivs = ["Quote", "BlockQuote"]
+blockQuoteDivs = ["Quote", "BlockQuote", "BlockQuotation"]
codeDivs :: [String]
codeDivs = ["SourceCode"]