mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 15:40:15 +01:00
Merge branch 'master' into fix/release-deploy-travis
This commit is contained in:
commit
90ad175b00
@ -1,3 +1,7 @@
|
|||||||
|
mkdocs-material-1.10.1 (2017-09-14)
|
||||||
|
|
||||||
|
* Fixed #455: bold code blocks rendered with normal font weight
|
||||||
|
|
||||||
mkdocs-material-1.10.0 (2017-09-01)
|
mkdocs-material-1.10.0 (2017-09-01)
|
||||||
|
|
||||||
* Added support to make logo default icon configurable
|
* Added support to make logo default icon configurable
|
||||||
|
@ -12,11 +12,17 @@ To determine the currently installed version, use the following command:
|
|||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
pip show mkdocs-material | grep -E ^Version
|
pip show mkdocs-material | grep -E ^Version
|
||||||
# Version 1.10.0
|
# Version 1.10.1
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.10.1 <small>_ September 14, 2017</small>
|
||||||
|
|
||||||
|
* Fixed [#455][455]: bold code blocks rendered with normal font weight
|
||||||
|
|
||||||
|
[455]: https://github.com/squidfunk/mkdocs-material/issues/455
|
||||||
|
|
||||||
### 1.10.0 <small>_ September 1, 2017</small>
|
### 1.10.0 <small>_ September 1, 2017</small>
|
||||||
|
|
||||||
* Added support to make logo default icon configurable
|
* Added support to make logo default icon configurable
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.10.0">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.10.1">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta.title %}
|
{% if page and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.10.0",
|
"version": "1.10.1",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^7.1.2",
|
"autoprefixer": "^7.1.2",
|
||||||
"babel-core": "^6.25.0",
|
"babel-core": "^6.25.0",
|
||||||
"babel-eslint": "^7.2.3",
|
"babel-eslint": "^8.0.0",
|
||||||
"babel-loader": "^7.1.1",
|
"babel-loader": "^7.1.1",
|
||||||
"babel-plugin-add-module-exports": "^0.2.1",
|
"babel-plugin-add-module-exports": "^0.2.1",
|
||||||
"babel-plugin-root-import": "^5.1.0",
|
"babel-plugin-root-import": "^5.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user