From fa38d2306fadc99bb1403433517ecf45a24062eb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 29 Oct 2012 20:45:58 -0400 Subject: Updated documentation formatting. Pathnames and filenames are italic and be more consistent with constant width text. --- doc/markdowndoc.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/markdowndoc.lua') diff --git a/doc/markdowndoc.lua b/doc/markdowndoc.lua index 603b4f07..1ae9f929 100644 --- a/doc/markdowndoc.lua +++ b/doc/markdowndoc.lua @@ -264,6 +264,7 @@ function M.start(doc) template.toc = template.toc:gsub('()', '%1%2') -- strip params :gsub('([^<]+)', '%1') -- sans serif :gsub('_G.(events.[%w_]+)', '%1') + :gsub('rectangular_[%w_]+', '%0') :gsub('SC_[%u]+', '%0') f = io_open(M.options.output_dir..'/api/'..name..'.html', 'wb') local html = HTML:gsub('%%%(([^)]+)%)', template) -- cgit v1.2.3