Fix indentation in ## Markdown Support

This fixes indentation, so that the list has the same hierarchy.
This commit is contained in:
Ignas Anikevicius 2014-05-26 22:03:26 +01:00
parent bf0f1384b9
commit 401bdd9726
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ line. This is useful if you have some defaults you wish to apply to all of your
and descriptions; you can also use the `-f` flag. This requires a markdown processor.
LDoc knows how to use:
- [markdown.lua](http://www.frykholm.se/files/markdown.lua) a pure Lua processor by
- [markdown.lua](http://www.frykholm.se/files/markdown.lua) a pure Lua processor by
Niklas Frykholm. For convenience, LDoc comes with a copy of markdown.lua.
- [lua-discount](http://asbradbury.org/projects/lua-discount/), a faster alternative
(installed with `luarocks install lua-discount`). lua-discount uses the C