Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix include from ParsedownTest | Yoan Blanc | 2016-11-02 | 1 | -1/+1 |
| | | | | I wasn't able to run all the tests from ParsedownExtra because of it. | ||||
* | update test for new feature | Aidan Woods | 2016-10-04 | 1 | -1/+1 |
| | |||||
* | update test for new feature | Aidan Woods | 2016-10-04 | 1 | -2/+2 |
| | |||||
* | update test for new feature | Aidan Woods | 2016-10-04 | 1 | -2/+2 |
| | |||||
* | Use late static binding for Parsedown::instance() | Haralan Dobrev | 2015-08-13 | 2 | -0/+25 |
| | | | | | | | | | | | | | 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. | ||||
* | Fixes #283 | Jeff Standen | 2015-02-03 | 4 | -2/+11 |
| | |||||
* | improve tests | Emanuil Rusev | 2015-01-24 | 2 | -19/+12 |
| | |||||
* | resolve #277 | Emanuil Rusev | 2015-01-24 | 2 | -3/+8 |
| | |||||
* | resolve #274 | Emanuil Rusev | 2015-01-24 | 2 | -2/+8 |
| | |||||
* | resolve #156 | Emanuil Rusev | 2015-01-16 | 2 | -12/+12 |
| | |||||
* | improve fix for #1841.4.4 | Emanuil Rusev | 2015-01-15 | 2 | -1/+6 |
| | |||||
* | resolve #1841.4.3 | Emanuil Rusev | 2015-01-15 | 2 | -3/+3 |
| | |||||
* | resolve #126 | Emanuil Rusev | 2015-01-15 | 4 | -4/+13 |
| | |||||
* | update tests | Emanuil Rusev | 2015-01-12 | 1 | -4/+4 |
| | |||||
* | improve CommonMark compliance | Emanuil Rusev | 2015-01-10 | 2 | -2/+2 |
| | |||||
* | update commonmark test | Emanuil Rusev | 2015-01-09 | 1 | -2/+3 |
| | |||||
* | resolve #251 | Emanuil Rusev | 2014-12-16 | 2 | -1/+4 |
| | |||||
* | improve extensibility | Emanuil Rusev | 2014-12-15 | 1 | -4/+4 |
| | |||||
* | update test | Emanuil Rusev | 2014-12-15 | 1 | -2/+2 |
| | |||||
* | improve CommonMark compliance | Emanuil Rusev | 2014-12-15 | 1 | -5/+5 |
| | |||||
* | Merge remote-tracking branch 'origin/commonmark' | Emanuil Rusev | 2014-12-06 | 1 | -0/+73 |
|\ | | | | | | | | | | | | | Conflicts: Parsedown.php phpunit.xml.dist test/ParsedownTest.php | ||||
| * | improve output readability | Emanuil Rusev | 2014-11-29 | 1 | -4/+3 |
| | | |||||
| * | markup formatting shouldn't impact results | Emanuil Rusev | 2014-11-29 | 1 | -6/+17 |
| | | |||||
| * | simplify | Emanuil Rusev | 2014-11-29 | 2 | -1/+0 |
| | | |||||
| * | improve consistency | Emanuil Rusev | 2014-11-29 | 1 | -26/+27 |
| | | |||||
| * | simplify | Emanuil Rusev | 2014-11-29 | 1 | -8/+2 |
| | | |||||
| * | Merge branch 'master' into commonmark | Emanuil Rusev | 2014-11-29 | 6 | -67/+163 |
| | | |||||
| * | Rename everything to CommonMark | Haralan Dobrev | 2014-09-14 | 2 | -1/+1 |
| | | |||||
| * | Rename Standard Markdown to CommonMark | Haralan Dobrev | 2014-09-06 | 1 | -6/+6 |
| | | | | | | | | | | | | http://blog.codinghorror.com/standard-markdown-is-now-common-markdown/ https://github.com/coding-horror/coding-horror.github.io/commit/2d37920c39d15db0769f710bd2414e9a2ed7b565 | ||||
| * | Add Docblock and attribution to JS test runner | Haralan Dobrev | 2014-09-05 | 1 | -0/+8 |
| | | |||||
| * | Add Standard Markdown testsuite. | Haralan Dobrev | 2014-09-05 | 2 | -0/+61 |
| | | | | | | | | | | | | | | | | | | | | You could run the Parsedown testsuite only with: phpunit --testsuite ParsedownTests And you could run the Standard Markdown one with: phpunit --testsuite StandardMarkdown See more at http://standardmarkdown.com/ | ||||
* | | update test | Emanuil Rusev | 2014-12-02 | 1 | -8/+8 |
| | | |||||
* | | improve CommonMark compliance | Emanuil Rusev | 2014-12-02 | 4 | -5/+5 |
| | | |||||
* | | resolve #2481.1.3 | Emanuil Rusev | 2014-11-28 | 2 | -2/+8 |
| | | |||||
* | | markup should preserve empty lines1.1.2 | Emanuil Rusev | 2014-11-19 | 2 | -0/+16 |
| | | |||||
* | | Add test of escaped html comment. | naNuke | 2014-10-10 | 1 | -0/+6 |
| | | |||||
* | | improve consistency | Emanuil Rusev | 2014-09-26 | 2 | -0/+0 |
| | | |||||
* | | improve extensibility of test case1.1.0 | Emanuil Rusev | 2014-09-26 | 2 | -107/+133 |
| | | |||||
* | | improve consistency | Emanuil Rusev | 2014-09-22 | 1 | -1/+1 |
| | | |||||
* | | Add `noMarkup` option to escape user HTML | Haralan Dobrev | 2014-09-20 | 1 | -0/+42 |
|/ | | | | | | | | | | | | | | | | | | | | Resolves #106. This change introduces a new option - `noMarkup`. You could set it the `setNoMarkup()` method similar to the `setBreaksEnabled()` one. Example usage: ``` php <?php $parsedown = new Parsedown(); $parsedown->setNoMarkup(true); $parsedown->text('<div><strong>*Some text*</strong></div>'); // Outputs: // <p><div><strong><em>Some text</em><s;/strong></div></p> ``` | ||||
* | Limit generated headlines to h6 | Jannik Zschiesche | 2014-08-25 | 2 | -0/+3 |
| | |||||
* | Allow slashes in HTML attributes | Haralan Dobrev | 2014-08-13 | 2 | -2/+13 |
| | |||||
* | improve test suite1.0.1 | Emanuil Rusev | 2014-05-21 | 6 | -78/+24 |
| | |||||
* | resolve #1051.0.0 | Emanuil Rusev | 2014-05-14 | 2 | -0/+13 |
| | |||||
* | resolve #129 | Emanuil Rusev | 2014-05-14 | 2 | -2/+9 |
| | |||||
* | fix consecutive reference links | Emanuil Rusev | 2014-05-06 | 2 | -0/+5 |
| | |||||
* | resolve #167 | Emanuil Rusev | 2014-05-02 | 2 | -2/+5 |
| | |||||
* | resolve #136 | Emanuil Rusev | 2014-05-01 | 2 | -0/+5 |
| | |||||
* | resolve #164 | Emanuil Rusev | 2014-05-01 | 2 | -0/+13 |
| | |||||
* | resolve #1601.0.0-rc.2 | Emanuil Rusev | 2014-04-28 | 1 | -2/+2 |
| | |||||
* | simplify folder name | Emanuil Rusev | 2014-04-28 | 102 | -0/+843 |