hexo-renderer-markdown-exit
v3.2.2
Published
A Hexo renderer plugin using markdown-exit
Maintainers
Readme
Hexo Renderer Markdown Exit
Example Configuration
markdown_exit:
render_options:
html: true
xhtmlOut: false
langPrefix: "language-"
breaks: true
linkify: true
typographer: true
quotes: "“”‘’"
plugins:
- name: markdown-it-obsidian-callouts
- name: "markdown-exit-image"
options:
supported_domains: ["assets.example.com"]
cache_path: ./thumbcache.json
disableNunjucks: falseKnow Issues
- Markdown content in "hexo custom tags"^1 is not processed correctly.
