From 401bdd972683f91caf5ac00cfd0a82cf165e2fa7 Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius Date: Mon, 26 May 2014 22:03:26 +0100 Subject: [PATCH] Fix indentation in ## Markdown Support This fixes indentation, so that the list has the same hierarchy. --- doc/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc.md b/doc/doc.md index 9e3c15d..c5084ba 100644 --- a/doc/doc.md +++ b/doc/doc.md @@ -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