File tree Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1- mkdocs-material-0.x.x (2016-xx-xx )
1+ mkdocs-material-0.1.3 (2016-02-21 )
22
33 * Fixed #3: Ordered lists within an unordered list have ::before content
44 * Fixed #4: Click on Logo/Title without Github-Repository: "None"
Original file line number Diff line number Diff line change 11{
22 "name" : " mkdocs-material" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " A material design theme for MkDocs" ,
55 "homepage" : " http://squidfunk.github.io/mkdocs-material/" ,
66 "authors" : [
Original file line number Diff line number Diff line change @@ -202,10 +202,17 @@ This will print the following block:
202202 Nothing to see here, move along.
203203
204204The Material template adds a neutral color for the `note` class and a red color
205- for the `warning` class.
205+ for the `warning` class. You can also add a custom title :
206206
207- !!! warning
208- You shall not pass.
207+ ` ` ` markdown
208+ !!! warning "Don't try this at home"
209+ If you do, you will regret it.
210+ ` ` `
211+
212+ This will print :
213+
214+ !!! warning "Don't try this at home"
215+ If you do, you will regret it.
209216
210217More colors can be freely defined.
211218
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ theme_dir: material
3636
3737# Options
3838extra :
39- version : 0.1.2
39+ version : 0.1.3
4040 logo : images/logo.png
4141 font :
4242 text : Ubuntu
Original file line number Diff line number Diff line change 11{
22 "name" : " mkdocs-material" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " A material design theme for MkDocs" ,
55 "homepage" : " http://squidfunk.github.io/mkdocs-material/" ,
66 "authors" : [
Original file line number Diff line number Diff line change 2323# Package description
2424setup (
2525 name = 'mkdocs-material' ,
26- version = '0.1.2 ' ,
26+ version = '0.1.3 ' ,
2727 url = 'http://squidfunk.github.io/mkdocs-material/' ,
2828 license = 'MIT' ,
2929 description = 'A material design theme for MkDocs' ,
You can’t perform that action at this time.
0 commit comments