Codebase list lua-ldoc / f49f7b3
Merge pull request #160 from gns-ank/patch-3 Fix a backtick in ## Markdown Support Steve J Donovan 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
783783
784784 Even with the default of 'plain' some minimal processing takes place, in particular empty lines
785785 are treated as line breaks. If the 'backticks' formatter is used, then it's equivalent to
786 using 'process_backticks=true` in `config.ld` and backticks will be
786 using `process_backticks=true` in `config.ld` and backticks will be
787787 expanded into documentation links like `@{\ref}` and converted into `<code>ref</code>`
788788 otherwise.
789789