This commit is contained in:
Motov Yurii 2026-03-16 10:21:04 +00:00 committed by GitHub
commit 8536152656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -254,6 +254,12 @@ Inspired by Termynal's CSS tricks with modifications
box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
}
.doc-param-details .highlight {
overflow-x: auto;
width: 0;
min-width: 100%;
}
.md-typeset dfn {
border-bottom: .05rem dotted var(--md-default-fg-color--light);
cursor: help;

View File

@ -279,6 +279,7 @@ markdown_extensions:
pymdownx.caret: null
pymdownx.highlight:
line_spans: __span
linenums_style: pymdownx-inline
pymdownx.inlinehilite: null
pymdownx.keys: null
pymdownx.mark: null