aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2020-05-04Fix mediawiki reader with gfm_auto_identifiers.John MacFarlane1-1/+4
2020-05-02LaTeX Writer: Add support for customizable alignment of columns in beamer (#6...andrebauer1-5/+24
2020-05-02Lua filters: improve error messages for failing filters (#6332)Albert Krewinkel1-2/+4
2020-04-30PowerPoint writer: write math input verbatim in speaker notes.Jesse Rosenthal1-6/+12
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar42-28/+144
2020-04-24RST writer: properly handle images with same alt text.John MacFarlane1-7/+18
2020-04-22AsciiDoc writer: add blank line after Div.John MacFarlane1-1/+1
2020-04-20Haddock Writer: Support Haddock tablesJoe Hermaszewski1-1/+1
2020-04-18Fix round-trip bug with HTML tables....John MacFarlane1-9/+13
2020-04-18HTML reader: parse attributes into table attributes.John MacFarlane1-14/+18
2020-04-17Markdown writer: avoid unnecessary escapes before intraword `_`John MacFarlane1-1/+6
2020-04-17Merge pull request #6211 from tarleb/lua-pandocerrorJohn MacFarlane20-430/+683
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel8-207/+244
2020-04-17Class: generalize PandocIO functions to MonadIOAlbert Krewinkel2-167/+252
2020-04-17LaTeX reader: don't put surrounding Div around Table.John MacFarlane1-2/+5
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel13-60/+191
2020-04-17Merge pull request #6224 from despresc/better-tablesJohn MacFarlane58-380/+789
2020-04-17Revert 0e48a02 and dependency on base-noprelude...John MacFarlane1-2/+2
2020-04-16Shared: renderTags': use self-closing tag for col element.John MacFarlane1-1/+1
2020-04-15Markdown reader: Remove unnecessary qualificationdespresc1-8/+8
2020-04-15Lua: support new tablesAlbert Krewinkel1-17/+99
2020-04-15Modify toLegacyTable to cut up cells, add testsdespresc1-8/+43
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc24-69/+169
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc1-1/+1
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc54-168/+210
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc5-18/+7
2020-04-15Implement the new Table typedespresc56-316/+477
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov1-6/+11
2020-04-15JATS reader: handle "label" element in section title.John MacFarlane1-1/+7
2020-04-13Add an option to disable certificate validation (#6156)Cédric Couralet6-2/+24
2020-04-12RST reader: handle "date::" directive.John MacFarlane1-1/+10
2020-04-11LaTeX writer: ensure that `-M csquotes` works even in fragment mode.John MacFarlane1-10/+11
2020-04-11HTML reader: support <bdo> (#6271)Tristan de Cacqueray1-0/+13
2020-04-09Jira reader: improve icon conversionAlbert Krewinkel1-12/+12
2020-04-07LaTeX reader: better handling of `\lettrine`.John MacFarlane1-1/+8
2020-04-06Vimwiki reader: Add nested syntax highlighting (#6257)Vlad Hanciuta1-1/+5
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel2-4/+40
2020-04-02HTML reader: fix parsing unclosed th elements in a table.John MacFarlane1-0/+1
2020-04-01Docbook writer: Add personname element to docbook author.John MacFarlane1-1/+2
2020-03-31Markdown writer: ensure consistent padding for pipe tables.John MacFarlane1-2/+2
2020-03-31Jira reader: use span with class `underline` for inserted textAlbert Krewinkel1-1/+1
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel1-1/+9
2020-03-30Jira writer: add image attributesAlbert Krewinkel1-1/+13
2020-03-30Jira reader: retain image attributesAlbert Krewinkel1-1/+13
2020-03-30Jira reader: read `(?)` icon as "small questionmark" characterAlbert Krewinkel1-1/+1
2020-03-30Fix #6228 (#6230)Joseph C. Sible2-7/+8
2020-03-29Clean up and simplify Text.Pandoc.Readers.Docx (#6225)Joseph C. Sible1-61/+43
2020-03-29Clean up and simplify Text.Pandoc.Writers.Docx (#6229)Joseph C. Sible1-56/+48
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible7-22/+22
2020-03-29Split the RNG so they don't end up equal again after 1 call to next (#6227)Joseph C. Sible1-5/+5