aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Parse
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane1-3/+2
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke1-0/+26
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-14/+17
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane1-12/+16
2020-07-13[Docx Reader] Only use bCs/iCs on runs with rtl or cs propertyNikolay Yakimov1-6/+12
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-21/+27
2019-11-03Docx reader: Only use LTR when it is overriding BiDi settingJesse Rosenthal1-0/+1
2019-09-22[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)Nikolay Yakimov1-0/+304