mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-20 14:35:44 +00:00
Docx reader: remove emph styles and strong styles list.
We no longer need the explicit lists since we're deriving them from the ground up.
This commit is contained in:
@@ -196,12 +196,6 @@ fixAuthors mv = mv
|
||||
codeStyles :: [String]
|
||||
codeStyles = ["VerbatimChar"]
|
||||
|
||||
strongStyles :: [String]
|
||||
strongStyles = ["Strong", "Bold"]
|
||||
|
||||
emphStyles :: [String]
|
||||
emphStyles = ["Emphasis", "Italic"]
|
||||
|
||||
blockQuoteDivs :: [String]
|
||||
blockQuoteDivs = ["Quote", "BlockQuote", "BlockQuotation"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user