aboutsummaryrefslogtreecommitdiff
path: root/doc/filters.md
AgeCommit message (Collapse)Author
2023-01-10Add missing backtick in filters.mdR. N. West
2022-09-25doc: use cabal's --package-env more (#8317)Artem Pelenitsyn
2022-07-27Fix bug in filter example. Thanks to Jiří Wolker.John MacFarlane
2022-06-30Update filter.md Noto Sans CJK TC -> JP (#8153)Masataka Ogawa
Noto Sans CJK TC, that is suggested as a character set that contains Japanese characters, may not be suitable to properly display Japanese characters. Rather, Noto Sans CJK JP is much more recommendable for that purpose. Although some characters originated from China are quite similar among countries/regions, most of them have evolved into different shapes in Mainland China, Hong Kong, Taiwan, Japan, Korea, and Vietnam. Therefore, it is best to use a character set that the language of the country/region uses for the readability/recongnizability sake. See also [an webpage that discusses the glyph appearance issue in Chinese, Japanese, Korean, and Vietnamese languages](https://heistak.github.io/your-code-displays-japanese-wrong/). [README of Noto CJK](https://github.com/googlefonts/noto-cjk/blob/main/README.md) may be also good resource to know which font should be used to display characters of each language.
2021-10-27Change JSON encodings of some types.John MacFarlane
- For LineEnding use lowercase constructors, e.g. `crlf`, `native`. This was the original intent, but there was a bug in the implementation. - For HTMLSlideVariant use lowercase constructors. - For ReaderOptions use e.g. `default-image-extension` instead of `readerDefaultImageExtension` for field names. - For Extension, use e.g. `tex_math_dollars` instead of `Ext_tex_math_dollars` as constructor. - For Extensions, use an array of Extensions, instead of an object wrapping the tag `Extensions` and an integer. (The representation is not supposed to be part of the public API.) - For Opt, use field names like `tab-stop` instead of `optTabStop`.
2021-04-30Add instructions for installing pandoc-types before compiling filter.John MacFarlane
2020-12-20Fixed table with file extensions and interpreterswuffi
Assigned .pl file extension to perl interpreter and .rb to ruby
2020-12-02filters.md: document a new Pandoc filtering framework (#6908)Randolf J
2020-11-06doc/filters.md: describe technical details of filter invocations (#6815)Albert Krewinkel
2020-03-15Update filter code in doc/filters.md...John MacFarlane
so it works with latest pandoc. Closes #6185.
2020-01-14Update filters doc with better cabal v2 instructions.John MacFarlane
2020-01-14Update filter documentation.John MacFarlane
Remove example using pandoc API directly (we have other docs for that and it was outdated). Closes #6065.
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-10-16add docs about customizing pandoc (#4972)Mauro Bieg
closes #3288
2017-12-14filters.md: say that Text.Pandoc.JSON comes form pandoc-types.John MacFarlane
Closes jgm/pandoc-website#16.
2017-10-26doc/filters.md: add more links to pandoc filters in diff. lang.Kolen Cheung
2017-09-16Removed customizing-pandoc.md from doc/, added filters.md.John MacFarlane
filters.md is essentially the scripting tutorial from the webiste.