Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
change renderer to markdown it
Browse files Browse the repository at this point in the history
to use footnotes
  • Loading branch information
outsideris committed Mar 18, 2018
1 parent 11484f0 commit 0b33376
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions _config.yml
Expand Up @@ -51,8 +51,17 @@ category_map:
- weekly
tag_map:

marked:
breaks: false
# Markdown-it config
## Docs: https://github.com/celsomiranda/hexo-renderer-markdown-it/wiki/
markdown:
render:
html: true
plugins:
- markdown-it-abbr
- markdown-it-footnote
- markdown-it-ins
- markdown-it-sub
- markdown-it-sup

feed:
type: atom
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"hexo": {
"version": "3.2.2"
"version": "3.6.0"
},
"scripts": {
"test": "echo no test",
Expand All @@ -26,7 +26,7 @@
"hexo-generator-index": "^0.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-marked": "^0.2.10",
"hexo-renderer-markdown-it": "^3.4.1",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"replacestream": "^4.0.0"
Expand Down

0 comments on commit 0b33376

Please sign in to comment.