You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,13 @@ Version 1.1.0 on 06. Mar. 2015
39
39
- Lines containing "0" where skipped or considered empty in some cases (@tanakahisateru)
40
40
-#54 escape characters are now also considered inside of urls
41
41
42
-
Version 1.0.1 on 25. Okt. 2014
42
+
Version 1.0.1 on 25. Oct. 2014
43
43
------------------------------
44
44
45
45
- Fixed the `bin/markdown` script to work with composer autoloader (c497bada0e15f61873ba6b2e29f4bb8b3ef2a489)
46
46
-#74 fixed a bug that caused a bunch of broken characters when non-ASCII input was given. Parser now handles UTF-8 input correctly. Other encodings are currently untested, UTF-8 is recommended.
47
47
48
-
Version 1.0.0 on 12. Okt. 2014
48
+
Version 1.0.0 on 12. Oct. 2014
49
49
------------------------------
50
50
51
51
This is the first stable release of version 1.0 which is incompatible to the 0.9.x branch regarding the internal API which is used when extending the Markdown parser. The external API has no breaking changes. The rendered Markdown however has changed in some edge cases and some rendering issues have been fixed.
@@ -58,7 +58,7 @@ You can try it out on the website: <http://markdown.cebe.cc/try>
58
58
59
59
The parser is now also regsitered on the [Babelmark 2 page](http://johnmacfarlane.net/babelmark2/?normalize=1&text=Hello+**World**!) by [John MacFarlane](http://johnmacfarlane.net/) which you can use to compare Markdown output of different parsers.
60
60
61
-
Version 1.0.0-rc on 10. Okt. 2014
61
+
Version 1.0.0-rc on 10. Oct. 2014
62
62
---------------------------------
63
63
64
64
-#21 speed up inline parsing using [strpbrk](http://www.php.net/manual/de/function.strpbrk.php) about 20% speedup compared to parsing before.
0 commit comments