35 lines
869 B
YAML
35 lines
869 B
YAML
site_name: MarkdownLivePreview
|
|
theme: material
|
|
repo_name: math2001/MarkdownLivePreview
|
|
repo_url: https://github.com/math2001/MarkdownLivePreview
|
|
site_description: Sublime Text 3 Plugin MarkdownLivePreview's documentation
|
|
site_author: math2001
|
|
|
|
markdown_extensions:
|
|
- toc(permalink=true)
|
|
- pymdownx.arithmatex
|
|
- pymdownx.betterem(smart_enable=all)
|
|
- pymdownx.caret
|
|
- pymdownx.critic
|
|
- pymdownx.emoji:
|
|
emoji_generator: !!python/name:pymdownx.emoji.to_svg
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.magiclink
|
|
- pymdownx.mark
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.superfences
|
|
- pymdownx.tasklist(custom_checkbox=true)
|
|
- pymdownx.tilde
|
|
- admonition
|
|
- codehilite
|
|
|
|
extra:
|
|
palette:
|
|
primary: Blue
|
|
accent: Indigo
|
|
social:
|
|
- type: github
|
|
link: https://github.com/math2001
|
|
- type: twitter
|
|
link: https://twitter.com/_math2001
|