mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 01:10:58 +01:00
Added syntax highlighting for binary numbers (Pygments)
This commit is contained in:
parent
0041f3a162
commit
82b0ea8b0e
@ -5,8 +5,8 @@
|
||||
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.08c56446.min.js.map",
|
||||
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.8c7e0a7e.min.js",
|
||||
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.8c7e0a7e.min.js.map",
|
||||
"assets/stylesheets/main.css": "assets/stylesheets/main.3b61ea93.min.css",
|
||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.3b61ea93.min.css.map",
|
||||
"assets/stylesheets/main.css": "assets/stylesheets/main.4ac31c8c.min.css",
|
||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.4ac31c8c.min.css.map",
|
||||
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.c462ebf7.min.css",
|
||||
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.c462ebf7.min.css.map",
|
||||
"assets/stylesheets/palette.css": "assets/stylesheets/palette.39b8e14a.min.css",
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.4ac31c8c.min.css.map
Normal file
1
material/assets/stylesheets/main.4ac31c8c.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.3b61ea93.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4ac31c8c.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.39b8e14a.min.css' | url }}">
|
||||
|
@ -57,6 +57,7 @@
|
||||
}
|
||||
|
||||
.m, // Number
|
||||
.mb, // Number, binary
|
||||
.mf, // Number, float
|
||||
.mh, // Number, hex
|
||||
.mi, // Number, integer
|
||||
|
Loading…
Reference in New Issue
Block a user