Tags v0.2.5
in this version, we add a config of markdown highlighting
you can set it in config.toml
1[site.markdown.highlighting]
2theme = "github"
3linenumber = true
if set linenumber value true
the template will render line number on left side.
ADD
- support markdown highlighting linenumber