aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Lua: allow to compare, show Citation valuesAlbert Krewinkel1-1/+12
2021-11-01Lua: restore `content` property on Header elementsAlbert Krewinkel1-0/+2
2021-10-31Lua: re-add `content` property to Link elementsAlbert Krewinkel1-0/+2
2021-10-30Fix build on GHC 9.2Joseph C. Sible1-0/+1
2021-10-29Docx writer: move ": " out of the caption bookmark.Tristan Stenner2-6/+4
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel11-297/+374
2021-10-28Lua: increase strictness when getting attribute keysAlbert Krewinkel1-2/+2
2021-10-27Lua: re-add `t` and `tag` property to Attr valuesAlbert Krewinkel1-0/+4
2021-10-27Markdown writer: Be sure to quote special values in YAML metadata.John MacFarlane1-3/+13
2021-10-27Change JSON encodings of some types.John MacFarlane3-44/+56
2021-10-27Switch back from HsYAML to yaml.John MacFarlane9-419/+334
2021-10-27Lua: fix `pandoc.utils.stringify` regressionAlbert Krewinkel1-1/+1
2021-10-26Fix a copy/paste bug in Lua marshalling code.John MacFarlane1-1/+1
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel3-46/+58
2021-10-26Lua: generate constants in module pandoc programmaticallyAlbert Krewinkel1-0/+17
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel6-15/+80
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel4-146/+461
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel3-16/+53
2021-10-23Lua: convert IOErrors to PandocErrors in pandoc.pipe functionAlbert Krewinkel1-0/+2
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane1-2/+10
2021-10-22Use simpleFigure in Readers.Aner Lucero25-110/+93
2021-10-22Lua: marshal Version values as userdataAlbert Krewinkel6-125/+12
2021-10-22Lua: marshal Inline elements as userdataAlbert Krewinkel2-63/+345
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel4-14/+233
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel2-11/+36
2021-10-22Switch to hslua-2.0Albert Krewinkel24-1187/+1095
2021-10-21Move splitStrWhen to T.P.Citeproc.Util.John MacFarlane3-23/+15
2021-10-21SelfContained: fix bug that caused everything to be made a data uri.John MacFarlane1-12/+12
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane1-2/+4
2021-10-19FormatHeuristics: remove `.tei.xml` extension for TEI.John MacFarlane1-1/+0
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke1-0/+4
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke2-0/+26
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke2-115/+150
2021-10-17pptx: Line up continuation paragraphsEmily Bourke2-10/+93
2021-10-17pptx: Remove outdated commentEmily Bourke1-3/+0
2021-10-17pptx: Fix list level numberingEmily Bourke1-14/+17
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu1-2/+5
2021-10-14DocBook reader: honor linenumbering attributeSamuel Tardieu1-0/+1
2021-10-14Remove redundant $Samuel Tardieu1-1/+1
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane1-0/+1
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane30-1/+39
2021-10-11T.P.Writers.Shared: remove 'breakable'...John MacFarlane1-18/+0
2021-10-11T.P.Writers.Shared: Export splitSentences as a Doc Text transform.John MacFarlane3-16/+61
2021-10-11Remove splitSentences from T.P.Shared [API change].John MacFarlane3-34/+4
2021-10-11Fix warningJohn MacFarlane1-1/+1
2021-10-11LaTeX reader: Implement siunitx v3 commands.John MacFarlane1-1/+5
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke3-53/+66
2021-10-10LaTeX reader: Properly handle `\^` followed by group closing.John MacFarlane1-3/+3
2021-10-10Translations: don't depend on the fact that Aeson Object is...John MacFarlane1-3/+2
2021-10-06Don't prepend `file://` to `--syntax-definition` on Windows.John MacFarlane1-8/+2