Skip to content

Commit

Permalink
Build v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
makotokw committed Feb 24, 2018
1 parent e310063 commit d825fc2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ The MIT License

The line below is used for the updater API, please leave it untouched unless bumping the version up :)

~Current Version:0.9~
~Current Version:0.10~
12 changes: 12 additions & 0 deletions css/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@

.wp-gfm-footer {
margin: 5px 0;
*zoom: 1;
}
.wp-gfm-footer:after {
content: "";
display: table;
clear: both;
}

Expand Down Expand Up @@ -97,3 +102,10 @@
background-color: #f5f5f5;
border-top: 1px solid #dedede;
}

@media (max-width: 480px) {
.wp-gfm-toc-content.right, .wp-gfm-toc-content.left {
margin: 10px 5px;
float: none;
}
}
2 changes: 1 addition & 1 deletion markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class WP_GFM {
const NAME = 'WP_GFM';
const VERSION = '0.9';
const VERSION = '0.10';
const DEFAULT_RENDER_URL = 'https://api.github.com/markdown/raw';

// google-code-prettify: https://code.google.com/p/google-code-prettify/
Expand Down

0 comments on commit d825fc2

Please sign in to comment.