Jelajahi Sumber

release 1.4.4

Estevao Soares dos Santos 8 tahun lalu
induk
melakukan
b7a69e2dd6
4 mengubah file dengan 16 tambahan dan 3 penghapusan
  1. 13 0
      CHANGELOG.md
  2. 1 1
      dist/showdown.js
  3. 1 1
      dist/showdown.min.js
  4. 1 1
      package.json

+ 13 - 0
CHANGELOG.md

@@ -1,3 +1,16 @@
+<a name="1.4.4"></a>
+## [1.4.4](https://github.com/showdownjs/showdown/compare/1.4.3...v1.4.4) (2016-11-02)
+
+
+### Bug Fixes
+
+* make some regexes a bit faster and make tab char equivalent to 4 spaces ([b7e7560](https://github.com/showdownjs/showdown/commit/b7e7560))
+* **double linebreaks:** fix double linebreaks in html output ([f97e072](https://github.com/showdownjs/showdown/commit/f97e072)), closes [#291](https://github.com/showdownjs/showdown/issues/291)
+* **lists linebreaks:** fix lists linebreaks in html output ([2b813cd](https://github.com/showdownjs/showdown/commit/2b813cd)), closes [#291](https://github.com/showdownjs/showdown/issues/291)
+* **parser:** fix issue with comments inside nested code blocks ([799abea](https://github.com/showdownjs/showdown/commit/799abea)), closes [#288](https://github.com/showdownjs/showdown/issues/288)
+
+
+
 <a name="1.4.3"></a>
 ## [1.4.3](https://github.com/showdownjs/showdown/compare/1.4.2...v1.4.3) (2016-08-19)
 

+ 1 - 1
dist/showdown.js

@@ -1,4 +1,4 @@
-;/*! showdown 29-09-2016 */
+;/*! showdown 02-11-2016 */
 (function(){
 /**
  * Created by Tivie on 13-07-2015.

File diff ditekan karena terlalu besar
+ 1 - 1
dist/showdown.min.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "showdown",
-  "version": "1.4.3",
+  "version": "1.4.4",
   "description": "A Markdown to HTML converter written in Javascript",
   "author": "Estevão Santos",
   "homepage": "http://showdownjs.github.io/showdown/",

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini