mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-04-18 15:22:06 +00:00
Add code markup features
This commit is contained in:
parent
e20e9ce7c8
commit
5163cf1988
1 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,14 @@ theme:
|
|||
- content.code.copy
|
||||
- content.code.select
|
||||
- content.code.annotate
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
pygments_lang_class: true
|
||||
line_spans: __span
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.superfences
|
||||
- pymdownx.smartsymbols
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
plugins:
|
||||
|
|
|
|||
Loading…
Reference in a new issue