aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-06-14Docbook: implement <replaceable> (#6437)Mathieu Boespflug1-1/+3
2020-06-14Docbook: map <simplesect> to unnumbered section (#6436)Mathieu Boespflug1-15/+19
2020-06-14Distinguish between single and double quotes when using enquote package (#6457)dbecher-ito1-1/+3
2020-06-13Textile reader: support "pre." for code blocks.John MacFarlane1-8/+8
2020-06-09Ipynb reader: handle application/pdf output as image.John MacFarlane1-1/+1
2020-06-09Ipynb reader: properly handle image/svg+xml as an image.John MacFarlane1-3/+5
2020-05-30Change default revealjs-url to use CDN version of revealjs v4.John MacFarlane1-1/+1
2020-05-28Fixed Katex standalone script (#6399)Lucas Escot1-0/+2
2020-05-21FB2 writer: properly handle cover-image containing spaces.John MacFarlane1-2/+2
2020-05-20Add "summary" to list of block-level HTML tags.John MacFarlane1-1/+1
2020-05-19LaTeX reader: don't parse beyond `\end{document}`.John MacFarlane1-13/+25
2020-05-18Use CSS in favor of <br> for display math (#6372)Lila1-13/+10
2020-05-17Org writer: clean-up Div handlingAlbert Krewinkel1-30/+59
2020-05-16Docx writer: enable column and row bands for tables.John MacFarlane1-1/+6
2020-05-16OpenDocument writer: add custom-style "Abstract" in metadata abstract.John MacFarlane1-1/+8
2020-05-16OpenDocument/ODT writer: enable custom-style attribute on a Div.John MacFarlane1-2/+6
2020-05-14DocBook writer: add id of figure to enclosed image.John MacFarlane1-4/+12
2020-05-14Fix underline in RTF writer.John MacFarlane1-1/+1
2020-05-12LaTeX writer: create hypertarget for links with identifier.John MacFarlane1-23/+27
2020-05-12Lua: fix regression in package searcherAlbert Krewinkel1-2/+8
2020-05-08Implement implicit_figures extension for commonmark reader.John MacFarlane2-1/+7
2020-05-05Shared.makeSections: omit number attribute when unnumbered class...John MacFarlane1-1/+2
2020-05-05Avoid unnecessary guard (#6340)Joseph C. Sible1-1/+1
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