File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55## [ Unreleased] [ unreleased ]
6+
7+ ## [ 1.1.0] 2017-05-21
68 * Add the ` language-* ` class also to the ` <pre> ` tag (not only to ` <code> ` ).
79 * Add the class ` language-x ` if ` x ` is the defined language, even if ` x ` cannot be highlighted with Prism.
810
@@ -12,5 +14,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1214## 1.0.0 - 2016-10-16
1315* Initial release.
1416
15- [ unreleased ] : https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.0.1...HEAD
17+ [ unreleased ] : https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.1.0...HEAD
18+ [ 1.1.0 ] : https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.0.1...v1.1.0
1619[ 1.0.1 ] : https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " markdown-it-prism" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " Highlights code blocks in markdown-it using Prism." ,
55 "keywords" : [
66 " markdown-it" ,
You can’t perform that action at this time.
0 commit comments