Codebase list lua-ldoc / 401bdd9
Fix indentation in ## Markdown Support This fixes indentation, so that the list has the same hierarchy. Ignas Anikevicius 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
767767 and descriptions; you can also use the `-f` flag. This requires a markdown processor.
768768 LDoc knows how to use:
769769
770 - [markdown.lua](http://www.frykholm.se/files/markdown.lua) a pure Lua processor by
770 - [markdown.lua](http://www.frykholm.se/files/markdown.lua) a pure Lua processor by
771771 Niklas Frykholm. For convenience, LDoc comes with a copy of markdown.lua.
772772 - [lua-discount](http://asbradbury.org/projects/lua-discount/), a faster alternative
773773 (installed with `luarocks install lua-discount`). lua-discount uses the C