File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55 * Add interface for custom readers written in Lua (#7669).
66 Users can now do `-f myreader.lua` and pandoc will treat the
7- script myreader.lua as a custom reader, which parses an input
7+ script ` myreader.lua` as a custom reader, which parses an input
88 string to a pandoc AST, using the pandoc module defined for
9- Lua filters. A sample custom reader can be found in data/creole.lua.
9+ Lua filters. A sample custom reader can be found in ` data/creole.lua` .
1010 Also see documentation in `doc/custom-readers.md`.
1111
1212 * New module Text.Pandoc.Readers.Custom, exporting `readCustom` [API change].
4646 the one MediaWiki would generate automatically. Note that MediaWiki's
4747 generation scheme is different from pandoc's (it uses uppercase letters,
4848 and `_` instead of `-`, for example). This means that in going from
49- markdown -> mediawiki, we'll now get spans before almost every heading,
49+ markdown to mediawiki, we'll now get spans before almost every heading,
5050 unless explicit identifiers are used that correspond to the ones MediaWiki
5151 auto-generates. This is uglier output but it's necessary for internal
5252 links to work properly.
You can’t perform that action at this time.
0 commit comments