- 04 Oct, 2015 1 commit
-
-
Emanuil Rusev authored
-
- 01 Oct, 2015 1 commit
-
-
Emanuil Rusev authored
-
- 13 Aug, 2015 2 commits
-
-
Emanuil Rusev authored
Use late static binding for Parsedown::instance()
-
Haralan Dobrev authored
Fixes erusev/parsedown-extra#67. This introduces PHP 5.3+ late static binding to the Singleton pattern in Parsedown. It will return an instance of Parsedown which inherits the class which called the `instance()` method rather than always returning instance of just `Parsedown`. Tests are testing this feature with a test class which inherits from Parsedown. Notice that calling `instance()` with the default arguments after an instance of `Parsedown` was already created, it will return it even though it is from just an instance of `Parsedown`. So this is fixing the problem just partially.
-
- 03 Aug, 2015 1 commit
-
-
Emanuil Rusev authored
-
- 31 Jul, 2015 1 commit
-
-
Emanuil Rusev authored
-
- 30 Jul, 2015 1 commit
-
-
Emanuil Rusev authored
-
- 16 Jul, 2015 1 commit
-
-
Emanuil Rusev authored
-
- 15 Jul, 2015 4 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
- 03 Jul, 2015 7 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
- 01 Jul, 2015 1 commit
-
-
Emanuil Rusev authored
-
- 24 Jun, 2015 1 commit
-
-
Emanuil Rusev authored
-
- 15 Jun, 2015 3 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
- 14 Jun, 2015 2 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
- 26 May, 2015 1 commit
-
-
Emanuil Rusev authored
-
- 29 Apr, 2015 1 commit
-
-
Emanuil Rusev authored
-
- 24 Apr, 2015 1 commit
-
-
Emanuil Rusev authored
Fix check against $matches
-
- 23 Apr, 2015 1 commit
-
-
Emanuil Rusev authored
Test on nightly releases of PHP (7.0) and HHVM
-
- 20 Apr, 2015 1 commit
-
-
Gareth Evans authored
Fixes inline reference links with int 0 as reference The link [link][0] where [0] is set at the bottom of the md file current breaks and it's truthy value is false.
-
- 18 Mar, 2015 9 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
Remove "tested in PHP 5.2"
-
Haralan Dobrev authored
It is no longer tested on PHP 5.2 in Travis CI. See https://github.com/erusev/parsedown/pull/286
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
Updated readme to display travis-ci.org build test
-