mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Formatting and documentation
This commit is contained in:
parent
d6295e1385
commit
4d7f77e88b
@ -175,7 +175,7 @@
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% block scripts %}
|
||||
<script src="{{ base_url }}/assets/javascripts/application.ef380b89.js"></script>
|
||||
<script src="{{ base_url }}/assets/javascripts/application.d0060b13.js"></script>
|
||||
{% if lang.t("search.language") != "en" %}
|
||||
{% set languages = lang.t("search.language").split(",") %}
|
||||
{% if languages | length and languages[0] != "" %}
|
||||
|
@ -361,11 +361,12 @@ $codehilite-whitespace: transparent;
|
||||
|
||||
// When pymdownx.superfences is enabled but codehilite is disabled,
|
||||
// pymdownx.highlight will be used. When this happens, the outer
|
||||
// container and tables get these class names by default.
|
||||
// container and tables get this class names by default.
|
||||
.highlight {
|
||||
@extend .codehilite;
|
||||
}
|
||||
|
||||
// Same as above, but for code blocks with line numbers enabled
|
||||
.highlighttable {
|
||||
@extend .codehilitetable;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user