- 19 Nov, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 12 Nov, 2014 3 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
- 09 Nov, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 29 Oct, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 10 Oct, 2014 3 commits
-
-
Emanuil Rusev authored
Ignore html comments as well with markupEscape option.
-
naNuke authored
-
naNuke authored
-
- 26 Sep, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 25 Sep, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 22 Sep, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 21 Sep, 2014 3 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
Add `noMarkup` option to escape user HTML
-
- 20 Sep, 2014 1 commit
-
-
Haralan Dobrev authored
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> ```
-
- 13 Sep, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 12 Sep, 2014 2 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
- 11 Sep, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 09 Sep, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 26 Aug, 2014 1 commit
-
-
Emanuil Rusev authored
Limit generated headlines to h6
-
- 25 Aug, 2014 1 commit
-
-
Jannik Zschiesche authored
-
- 13 Aug, 2014 2 commits
-
-
Emanuil Rusev authored
Allow slashes in HTML attributes
-
Haralan Dobrev authored
-
- 18 Jun, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 21 May, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 17 May, 2014 2 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
- 16 May, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 15 May, 2014 2 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
- 14 May, 2014 2 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
- 13 May, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 12 May, 2014 1 commit
-
-
Emanuil Rusev authored
-
- 11 May, 2014 4 commits
-
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
-
Emanuil Rusev authored
identifyEscapeSequence() needs Array check
-