Skip to content

Commit

Permalink
Merge branch 'main' into file-scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Mar 3, 2022
2 parents eb577c6 + 0493055 commit ca9f757
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/src/js/material-extra-3rdparty.js
Expand Up @@ -92,6 +92,10 @@ if (!('mermaidConfig' in window)) {
fill: var(--drac-purple-bg) !important;\
}\
\
.grey rect.label-container { \
fill: var(--drac-purple-bg) !important;\
stroke: var(--drac-purple-fg) !important;\
} \
/* Sequence */\
line[id^='actor'] {\
stroke: var(--drac-blue-fg);\
Expand Down
2 changes: 1 addition & 1 deletion docs/src/markdown/extensions/highlight.md
Expand Up @@ -74,7 +74,7 @@ wish to apply.

=== "Config"
```py
extended_pygments_lang = [
extend_pygments_lang = [
{"name": "php-inline", "lang": "php", "options": {"startinline": True}}
]
```
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca9f757

Please sign in to comment.