aboutsummaryrefslogtreecommitdiff
path: root/doc/using-the-pandoc-api.md
AgeCommit message (Collapse)Author
2022-01-25Add metadata file paragraph to Pandoc API doc (#7865)Even Brenden
2021-06-08using-the-pandoc-api.md: switch from String to TextAlbert Krewinkel
Fixed examples that would no longer compile with current library versions, as the API now uses Text instead of String in most places.
2021-05-09Update doc/using-the-pandoc-api.md for new reader types.John MacFarlane
2021-04-03Fix typo (#7200)obcat
2020-10-15Fix some small typos in the API documentation (#6751)Michael Hoffmann
While reading the docs I found a couple of small typos.
2020-07-21Update using-the-pandoc-api.mdfavonia
2019-05-01Fix broken links in documents (#5473)Shim Myeongseob
Fix broken links in doc/epub.md, doc/getting-started.md, doc/customizing-pandoc.md, doc/using-the-pandoc-api.md. Also, use absolute links to pandoc.org when possible, so that the links can be followed by people viewing these documents on GitHub.
2018-07-02More spellcheckAlexander Krotov
2018-01-22Fix Text.Pandoc.Builder linkAlexander Krotov
2017-10-26partially undo commit da1e626Kolen Cheung
2017-10-26doc/using-the-pandoc-api.md: proofread (minor)Kolen Cheung
2017-10-26Small fix to API guide.John MacFarlane
2017-10-26Finshed API guide. Closes #3289.John MacFarlane
2017-10-26More API documentation.John MacFarlane
2017-10-26More work on using-the-pandoc-api.md.John MacFarlane
2017-10-25More work on using-the-pandoc-api.md.John MacFarlane
2017-10-24Small improvements in using-the-pandoc-api.md.John MacFarlane
2017-10-24More progress on using-the-pandoc-api.md.John MacFarlane
2017-10-24Some work on using-the-pandoc-api.md.John MacFarlane
2017-09-16Adjusted headings in using-the-pandoc-api.md.John MacFarlane
2017-09-16Removed customizing-pandoc.md from doc/, added filters.md.John MacFarlane
filters.md is essentially the scripting tutorial from the webiste.
2017-02-01Added skeletons for docs on customizing pandoc and using pandoc API.John MacFarlane
See #3289 and #3288.