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:
parent
9da7b0946e
commit
198aea190f
1 changed files with 0 additions and 6 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue