Added rendererSafe option to config.toml. If this is set to true, then the theme will work without the renderer being set to unsafe and the [markup] section at the bottom of config.toml can be removed.
If rendererSafe is set to true, then titles can no longer contain markdown.
For backwards compatibility, if rendererSafe is missing, then it defaults to false.
Added
rendererSafe
option toconfig.toml
. If this is set to true, then the theme will work without the renderer being set to unsafe and the[markup]
section at the bottom ofconfig.toml
can be removed.If
rendererSafe
is set to true, then titles can no longer contain markdown.For backwards compatibility, if
rendererSafe
is missing, then it defaults to false.