Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ As you make changes your browser should auto-reload within a few seconds.

For contents and style see [contribution guide](CONTRIBUTING.md).

For syntax see [RST/Sphinx Cheatsheet](https://sphinx-tutorial.readthedocs.io/cheatsheet/).
Content is written in MyST, a superset of CommonMark. For its syntax, see the [MyST docs](https://myst-parser.readthedocs.io/en/latest/syntax/typography.html#syntax-core).
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
# GitHub-style automatic anchors for headings
myst_heading_anchors = 3

myst_number_code_blocks = [ "nix", "python" ]

copybutton_prompt_text = r"# |\$ "
copybutton_prompt_is_regexp = True
Expand Down