File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 1.4.0 " ></a >
2
+ # [ 1.4.0] ( https://github.com/showdownjs/showdown/compare/1.3.0...v1.4.0 ) (2016-05-13)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * ** hashHTMLBlock:** fix issue with html breaking markdown parsing ([ 2746949] ( https://github.com/showdownjs/showdown/commit/2746949 ) ), closes [ #220 ] ( https://github.com/showdownjs/showdown/issues/220 )
8
+ * ** HTMLParser:** fix code tags parsing ([ 71a5873] ( https://github.com/showdownjs/showdown/commit/71a5873 ) ), closes [ #231 ] ( https://github.com/showdownjs/showdown/issues/231 )
9
+ * ** HTMLParser:** fix ghCodeBlocks being parsed inside code tags ([ 7d0436d] ( https://github.com/showdownjs/showdown/commit/7d0436d ) ), closes [ #229 ] ( https://github.com/showdownjs/showdown/issues/229 )
10
+ * ** strikethrough:** Fix strikethrough issue with escaped chars ([ 5669317] ( https://github.com/showdownjs/showdown/commit/5669317 ) ), closes [ #214 ] ( https://github.com/showdownjs/showdown/issues/214 )
11
+ * ** tables:** fix tables to match github's md spec ([ f58f014] ( https://github.com/showdownjs/showdown/commit/f58f014 ) ), closes [ #230 ] ( https://github.com/showdownjs/showdown/issues/230 )
12
+
13
+ ### Features
14
+
15
+ * ** markdown="1":** enable parsing markdown inside HTML blocks ([ c97f1dc] ( https://github.com/showdownjs/showdown/commit/c97f1dc ) ), closes [ #178 ] ( https://github.com/showdownjs/showdown/issues/178 )
16
+
17
+
18
+
1
19
<a name =" 1.3.0 " ></a >
2
20
# [ 1.3.0] ( https://github.com/showdownjs/showdown/compare/1.2.3...1.3.0 ) (2015-10-19)
3
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " showdown" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 1.4 .0" ,
4
4
"description" : " A Markdown to HTML converter written in Javascript" ,
5
5
"author" : " Estevão Santos" ,
6
6
"homepage" : " http://showdownjs.github.io/showdown/" ,
You can’t perform that action at this time.
0 commit comments