build:调整上标和下标的配置。
This commit is contained in:
parent
d8d34287f1
commit
290feb7920
36
_config.yml
36
_config.yml
|
@ -127,38 +127,6 @@ marked:
|
||||||
nofollow: false
|
nofollow: false
|
||||||
disableNunjucks: false
|
disableNunjucks: false
|
||||||
descriptionLists: true
|
descriptionLists: true
|
||||||
# markdown_it_plus:
|
|
||||||
# highlight: true
|
|
||||||
# html: true
|
|
||||||
# xhtmlOut: true
|
|
||||||
# breaks: true
|
|
||||||
# langPrefix:
|
|
||||||
# linkify: true
|
|
||||||
# typographer:
|
|
||||||
# quotes: “”‘’
|
|
||||||
# pre_class: highlight
|
|
||||||
# plugins:
|
|
||||||
# - plugin:
|
|
||||||
# name: markdown-it-mark
|
|
||||||
# enable: true
|
|
||||||
# - plugin:
|
|
||||||
# name: markdown-it-toc-and-anchor
|
|
||||||
# enable: true
|
|
||||||
# options:
|
|
||||||
# toc: true
|
|
||||||
# tocClassName: 'markdown-toc'
|
|
||||||
# tocFirstLevel: 2
|
|
||||||
# tocLastLevel: 6
|
|
||||||
# tocCallback:
|
|
||||||
# anchorLink: true
|
|
||||||
# anchorLinkSymbol: '#'
|
|
||||||
# anchorFirstLevel: 2
|
|
||||||
# anchorLastLevel: 6
|
|
||||||
# anchorLinkSpace: false
|
|
||||||
# anchorLinkSymbolClassName:
|
|
||||||
# anchorLinkBefore: true
|
|
||||||
# anchorClassName: 'markdown-anchor'
|
|
||||||
# resetIds: true
|
|
||||||
toc:
|
toc:
|
||||||
maxdepth: 3
|
maxdepth: 3
|
||||||
class: toc
|
class: toc
|
||||||
|
@ -168,6 +136,10 @@ toc:
|
||||||
position: after
|
position: after
|
||||||
symbol: '#'
|
symbol: '#'
|
||||||
style: header-anchor
|
style: header-anchor
|
||||||
|
sub:
|
||||||
|
markup: '&'
|
||||||
|
sup:
|
||||||
|
markup: '&'
|
||||||
mathjax:
|
mathjax:
|
||||||
tags: none
|
tags: none
|
||||||
single_dollars: true
|
single_dollars: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user