enable TOC for the Cypher System homebrew page
This commit is contained in:
parent
077cefbc02
commit
c0f8254db1
@ -14,3 +14,8 @@ MARKDOWN_EXTENSIONS = [
|
|||||||
'extra', 'incorporealcms.mdx.figures', 'incorporealcms.mdx.pydot', 'sane_lists', 'smarty', 'toc',
|
'extra', 'incorporealcms.mdx.figures', 'incorporealcms.mdx.pydot', 'sane_lists', 'smarty', 'toc',
|
||||||
'attr_list', 'tables', 'pymdownx.tilde',
|
'attr_list', 'tables', 'pymdownx.tilde',
|
||||||
]
|
]
|
||||||
|
MARKDOWN_EXTENSION_CONFIGS = {
|
||||||
|
'toc': {
|
||||||
|
'toc_depth': '2-5',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
@ -7,6 +7,11 @@ Footer: Numenera, the Cypher System, No Thank You, Evil!, Invisible Sun,
|
|||||||
|
|
||||||
# Cypher System Homebrew
|
# Cypher System Homebrew
|
||||||
|
|
||||||
|
The following collects a bunch of customizations, additions, house rules, and similar that I've made for my Cypher
|
||||||
|
System games.
|
||||||
|
|
||||||
|
[TOC]
|
||||||
|
|
||||||
## House Rules
|
## House Rules
|
||||||
|
|
||||||
### Cost of Optional Spellcasting
|
### Cost of Optional Spellcasting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user