Skip to content

Efterklang/hexo-renderer-markdown-exit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: false

Know Issues

  • Markdown content in "hexo custom tags"1 is not processed correctly.

Footnotes

  1. https://hexo.io/docs/tag-plugins

About

Using markdown-exit to render markdwon files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published