Commit 1d3d705a authored by Abiola Ibrahim's avatar Abiola Ibrahim

Markdown: Rename 'development' to 'dev' in config.

parent 2ab46659
......@@ -162,7 +162,7 @@ func markdownParse(c *Controller) ([]markdown.Config, error) {
// only 1 argument allowed
return mdconfigs, c.ArgErr()
}
case "development":
case "dev":
if c.NextArg() {
md.Development = strings.ToLower(c.Val()) == "true"
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment