2022-02-27 19:12:55 +08:00
|
|
|
site_name: Showdown documentation
|
|
|
|
site_description: Showdown is a JavaScript Markdown to HTML converter
|
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
logo: http://showdownjs.com/apple-touch-icon.png
|
|
|
|
favicon: http://showdownjs.com/apple-touch-icon.png
|
|
|
|
icon:
|
|
|
|
repo: fontawesome/brands/github
|
|
|
|
palette:
|
|
|
|
primary: red
|
|
|
|
accent: cyan
|
2022-03-20 22:37:51 +08:00
|
|
|
features:
|
|
|
|
- navigation.tabs
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
2022-02-27 19:12:55 +08:00
|
|
|
|
|
|
|
repo_url: https://github.com/showdownjs/showdown
|
|
|
|
repo_name: showdownjs/showdown
|
|
|
|
site_dir: public
|
|
|
|
|
|
|
|
nav:
|
2022-03-20 22:37:51 +08:00
|
|
|
- Home:
|
|
|
|
- Introduction: index.md
|
|
|
|
- Donations: donations.md
|
|
|
|
- Installation:
|
|
|
|
- Installation: installation.md
|
|
|
|
- Compatibility: compatibility.md
|