aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-20T.P.Scripting: change types of `engineReadCustom`, `engineWriteCustom`.issue8378John MacFarlane
2022-10-20Add custom extensions.John MacFarlane
2022-10-19T.P.Class: make `getPOSIXTime`, `getZonedTime` sensitive to...John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `findM` [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove deprecated `makeMeta` [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `ordNub` [API change].John MacFarlane
2022-10-19T.P.Shared: remove `mapLeft` [API change].John MacFarlane
2022-10-19Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]John MacFarlane
2022-10-19Split Text.Pandoc.Version from Text.Pandoc.Shared.John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-18T.P.SelfContained: use T.P.Parsing rather than direct Text.Parsec.John MacFarlane
2022-10-18T.P.Sources: UpdateSourcePos instances for String and...John MacFarlane
2022-10-18T.P.Citeproc.Locator: remove unnecessary import of Text.Parsec.John MacFarlane
2022-10-18Revert "HTML reader: avoid duplicating any existing identifier..."John MacFarlane
2022-10-18Revert "T.P.Parsing: export `registerIdentifier`."John MacFarlane
2022-10-18Revert "Markdown reader: avoid duplicate ids with auto_identifiers."John MacFarlane
2022-10-18Markdown reader: avoid duplicate ids with auto_identifiers.John MacFarlane
2022-10-18T.P.Parsing: export `registerIdentifier`.John MacFarlane
2022-10-18HTML reader: avoid duplicating any existing identifier...John MacFarlane
2022-10-18Revert "MediaWiki writer: avoid extra section divs with repeated ids."John MacFarlane
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)John MacFarlane
2022-10-17MediaWiki writer: avoid extra section divs with repeated ids.John MacFarlane
2022-10-16T.P.Readers.VimWiki: avoid direct import of parsec.John MacFarlane
2022-10-16T.P.Parsing: export errorMessages, messageString.John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-16RST writer: improve inline escaping rules.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-10-14Lua: Support built-in default templates for custom writersAlbert Krewinkel
2022-10-13Extensions: simpler implementation based on Set.John MacFarlane
2022-10-13FlavoredFormat: add Show, Semigroup, Monad instancesJohn MacFarlane
2022-10-13Rollback parameterize options on scripting engine.John MacFarlane
2022-10-12Lua: support extensions in custom readers.Albert Krewinkel
2022-10-11Templates: use filename to search for default template of custom writersAlbert Krewinkel
2022-10-11Templates: do not try to normalize input to `getDefaultTemplate`Albert Krewinkel
2022-10-10Simplify some citation code in LaTeX writer.John MacFarlane
2022-10-10Lua: support extensions in custom writersAlbert Krewinkel
2022-10-10Org reader: make #+pandoc-emphasis-pre work as expected. (#8360)Amir Dekel
2022-10-10Remove redundant import from T.P.ScriptingAlbert Krewinkel
2022-10-10Lua: use `Reader` type for custom readers.Albert Krewinkel
2022-10-09HTML writer; Properly merge classes for headings of level > 6.John MacFarlane
2022-10-08[API Change] Change argument type of `getReader`, `getWriter`.Albert Krewinkel
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-10-08[API Change] T.P.Error: Add new constructor "PandocFormatError"Albert Krewinkel
2022-10-08Extensions: add new function `readExtension`Albert Krewinkel
2022-10-06LaTeX writer: add separator line between table's body and its foot.Albert Krewinkel
2022-10-05HTML writer: replace deprecated aria roles for bibliography entries.John MacFarlane
2022-10-05Extensions: fix JSON decoding of ExtensionsAlbert Krewinkel
2022-10-04Removed some final blank lines.John MacFarlane
2022-10-03Rename T.P.Readers.LaTeX.Types -> T.P.TeX.John MacFarlane