58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
## File properties can contain metadata used
|
|
## for your publications (Wordpress, Blogger...).
|
|
## For example:
|
|
|
|
#title: My article
|
|
#author:
|
|
#tags: Tag 1, Tag 2
|
|
#categories: Categorie 1, Categorie 2
|
|
#excerpt:
|
|
#featuredImage:
|
|
#status: draft
|
|
#date: YYYY-MM-DD HH:MM:SS
|
|
|
|
## Extensions configuration
|
|
## Preset can be `default`, `commonmark` or `zero`
|
|
## Use preset `zero` to enable extensions manually.
|
|
extensions:
|
|
preset: default
|
|
|
|
## Markdown extensions
|
|
#markdown:
|
|
#abbr: true
|
|
#breaks: true
|
|
#deflist: true
|
|
#del: true
|
|
#fence: true
|
|
#footnote: true
|
|
#linkify: true
|
|
#sub: true
|
|
#sup: true
|
|
#table: true
|
|
#typographer: true
|
|
|
|
## Emoji extension
|
|
#emoji:
|
|
## Support for emojis & emoticons
|
|
#enabled: true
|
|
|
|
## Shortcuts like :) :-(
|
|
## Disabled in the default preset.
|
|
#shortcuts: false
|
|
|
|
## Katex extension
|
|
## Render LaTeX mathematical expressions by using:
|
|
## $...$ for inline formulas
|
|
## $$...$$ for displayed formulas.
|
|
## See https://math.meta.stackexchange.com/questions/5020
|
|
#katex:
|
|
#enabled: true
|
|
|
|
## Mermaid extension
|
|
## Convert code blocks starting with:
|
|
## ```mermaid
|
|
## into diagrams and flowcharts.
|
|
## See https://mermaidjs.github.io/
|
|
#mermaid:
|
|
#enabled: true
|