Skip to content

Commit

Permalink
Prepare 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Feb 21, 2016
1 parent 610d8c0 commit 60f2982
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs-material-0.x.x (2016-xx-xx)
mkdocs-material-0.1.3 (2016-02-21)

* Fixed #3: Ordered lists within an unordered list have ::before content
* Fixed #4: Click on Logo/Title without Github-Repository: "None"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "0.1.2",
"version": "0.1.3",
"description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [
Expand Down
13 changes: 10 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,17 @@ This will print the following block:
Nothing to see here, move along.

The Material template adds a neutral color for the `note` class and a red color
for the `warning` class.
for the `warning` class. You can also add a custom title:

!!! warning
You shall not pass.
``` markdown
!!! warning "Don't try this at home"
If you do, you will regret it.
```

This will print:

!!! warning "Don't try this at home"
If you do, you will regret it.

More colors can be freely defined.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ theme_dir: material

# Options
extra:
version: 0.1.2
version: 0.1.3
logo: images/logo.png
font:
text: Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "0.1.2",
"version": "0.1.3",
"description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Package description
setup(
name = 'mkdocs-material',
version = '0.1.2',
version = '0.1.3',
url = 'http://squidfunk.github.io/mkdocs-material/',
license = 'MIT',
description = 'A material design theme for MkDocs',
Expand Down

1 comment on commit 60f2982

@ger1964jou
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 commit 60f2982 comment

Please sign in to comment.