File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- mkdocs-material-0.2.3 (2016-XX-XX )
1
+ mkdocs-material-0.2.3 (2016-05-16 )
2
2
3
3
* Fixed #25: Highlight inline fenced blocks
4
+ * Fixed #26: Better highlighting for keystrokes
4
5
* Fixed #30: Suboptimal syntax highlighting for PHP
5
6
6
7
mkdocs-material-0.2.2 (2016-03-20)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " A material design theme for MkDocs" ,
5
5
"homepage" : " http://squidfunk.github.io/mkdocs-material/" ,
6
6
"authors" : [
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ theme_dir: material
36
36
37
37
# Options
38
38
extra :
39
- version : 0.2.2
39
+ version : 0.2.3
40
40
logo : images/logo.png
41
41
author :
42
42
github : squidfunk
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " A material design theme for MkDocs" ,
5
5
"homepage" : " http://squidfunk.github.io/mkdocs-material/" ,
6
6
"authors" : [
Original file line number Diff line number Diff line change 23
23
# Package description
24
24
setup (
25
25
name = 'mkdocs-material' ,
26
- version = '0.2.2 ' ,
26
+ version = '0.2.3 ' ,
27
27
url = 'http://squidfunk.github.io/mkdocs-material/' ,
28
28
license = 'MIT' ,
29
29
description = 'A material design theme for MkDocs' ,
You can’t perform that action at this time.
0 commit comments