mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
32 lines
795 B
YAML
32 lines
795 B
YAML
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
|
|
features:
|
|
- navigation.tabs
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
|
|
repo_url: https://github.com/showdownjs/showdown
|
|
repo_name: showdownjs/showdown
|
|
site_dir: public
|
|
|
|
nav:
|
|
- Home:
|
|
- Introduction: index.md
|
|
- Donations: donations.md
|
|
- Installation:
|
|
- Installation: installation.md
|
|
- Compatibility: compatibility.md |