caddy/middleware/markdown
Matthew Holt 171fd34b3c markdown: Make base path optional, always generate links
The base path being optional in the Caddyfile is convenient when you just want the whole site to be markdown-enabled. The other change is to always generate links... this is because an index page for markdown files may not be statically generated, but it should still show links. Commit 09341fc was a regression, and this fixes it.
2015-11-07 20:24:17 -07:00
..
testdata markdown: Enable tables, fenced code, and strikethrough (closes #294) 2015-10-29 09:59:32 -06:00
generator.go markdown: Make base path optional, always generate links 2015-11-07 20:24:17 -07:00
markdown_test.go markdown: Enable tables, fenced code, and strikethrough (closes #294) 2015-10-29 09:59:32 -06:00
markdown.go Don't truncate process log; more consistent output 2015-11-05 17:01:08 -07:00
metadata_test.go Metadata variables flattened. 2015-07-28 05:21:09 +01:00
metadata.go Metadata variables flattened. 2015-07-28 05:21:09 +01:00
page.go Don't truncate process log; more consistent output 2015-11-05 17:01:08 -07:00
process.go Don't truncate process log; more consistent output 2015-11-05 17:01:08 -07:00
renderer.go pass golint 2015-11-05 00:40:35 +00:00
watcher_test.go Use less strict condition to avoid problems with concurrency 2015-09-11 10:25:13 -07:00
watcher.go Don't truncate process log; more consistent output 2015-11-05 17:01:08 -07:00