naNuke
68f3aea036
Ignore html comments as well with markupEscape option.
2014-10-10 19:07:25 +02:00
Emanuil Rusev
f91e4dece3
improve consistency
2014-09-26 13:06:40 +03:00
Emanuil Rusev
c62365adc4
improve extensibility of test case
2014-09-26 02:06:16 +03:00
Emanuil Rusev
bb7a3f41e3
improve readme
2014-09-22 12:01:39 +03:00
Emanuil Rusev
f64c1387f8
fix indents
2014-09-22 02:52:45 +03:00
Emanuil Rusev
59c77e706b
improve consistency
2014-09-22 02:36:42 +03:00
Emanuil Rusev
e0965ce09b
Merge pull request #224 from hkdobrev/no-markup-option
...
Add `noMarkup` option to escape user HTML
2014-09-21 23:19:23 +03:00
Haralan Dobrev
0a3fde3774
Add noMarkup
option to escape user HTML
...
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>
```
2014-09-20 14:53:19 +03:00
Emanuil Rusev
93f7b26427
imp
2014-09-14 01:14:40 +03:00
Emanuil Rusev
d53c7dbcd9
Merge pull request #221 from hkdobrev/commonmark-renaming
...
Rename everything to CommonMark
2014-09-14 00:29:04 +03:00
Haralan Dobrev
42222e6b01
Rename everything to CommonMark
2014-09-14 00:11:18 +03:00
Emanuil Rusev
e1cb3b7b23
improve readme
2014-09-13 00:11:56 +03:00
Emanuil Rusev
5bf56ea041
improve readme
2014-09-12 23:52:06 +03:00
Emanuil Rusev
9e98ed04de
improve readme
2014-09-11 15:47:59 +03:00
Emanuil Rusev
1c89e6f771
improve readme
2014-09-09 14:30:17 +03:00
Emanuil Rusev
e7d160049e
Merge pull request #218 from hkdobrev/common-mark
...
Rename Standard Markdown to CommonMark
2014-09-06 01:17:15 +03:00
Haralan Dobrev
ce4a29aec5
Rename Standard Markdown to CommonMark
...
http://blog.codinghorror.com/standard-markdown-is-now-common-markdown/
2d37920c39
2014-09-06 01:12:35 +03:00
Emanuil Rusev
8ecf828777
Merge pull request #217 from hkdobrev/standard-markdown
...
Standard markdown
2014-09-05 23:38:01 +03:00
Haralan Dobrev
c18ff7f370
Add Docblock and attribution to JS test runner
2014-09-05 23:28:07 +03:00
Haralan Dobrev
6f1fac9823
Add Standard Markdown testsuite.
...
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/
2014-09-05 23:12:33 +03:00
Emanuil Rusev
0220a93010
Merge pull request #208 from apfelbox/max-h6
...
Limit generated headlines to h6
2014-08-26 09:31:52 +03:00
Jannik Zschiesche
512cc1f065
Limit generated headlines to h6
2014-08-25 21:06:03 +02:00
Emanuil Rusev
9437766539
Merge pull request #200 from hkdobrev/html-attributes-slashes
...
Allow slashes in HTML attributes
2014-08-14 01:27:48 +03:00
Haralan Dobrev
1127681d56
Allow slashes in HTML attributes
2014-08-13 23:54:52 +03:00
Emanuil Rusev
e33ac1c56e
improve readme
2014-06-18 12:27:25 +03:00
Emanuil Rusev
d24439ada0
improve test suite
2014-05-21 23:20:46 +03:00
Emanuil Rusev
1ae100beab
improve comment
2014-05-17 17:37:17 +03:00
Emanuil Rusev
82a5a78a36
improve readme
2014-05-17 17:13:00 +03:00
Emanuil Rusev
4ede4340ab
improve readme
2014-05-16 03:34:43 +03:00
Emanuil Rusev
170a6bf770
improve readme
2014-05-16 01:27:54 +03:00
Emanuil Rusev
21db821324
improve readme
2014-05-16 01:15:21 +03:00
Emanuil Rusev
b384839d15
update readme
2014-05-14 20:07:52 +03:00
Emanuil Rusev
2da10d277b
resolve #105
2014-05-14 13:14:49 +03:00
Emanuil Rusev
532b5ede35
resolve #129
2014-05-14 01:11:05 +03:00
Emanuil Rusev
2bd2f81f4f
methods should not have more than one optional parameters
2014-05-12 16:18:00 +03:00
Emanuil Rusev
e318e66de5
improve consistency
2014-05-12 00:41:00 +03:00
Emanuil Rusev
0820d0a607
paragraph doesn't have to use a type
2014-05-12 00:34:47 +03:00
Emanuil Rusev
b8d1cfe91a
improve extensibility
2014-05-11 22:31:02 +03:00
Emanuil Rusev
d85a233611
Merge pull request #171 from scarwu/master
...
identifyEscapeSequence() needs Array check
2014-05-11 20:57:05 +03:00
ScarWu
973d4a866d
add array check
2014-05-11 23:36:01 +08:00
Emanuil Rusev
d19c2b6942
improve names
2014-05-10 16:28:00 +03:00
Emanuil Rusev
4dde57451d
fix consecutive reference links
2014-05-06 17:05:49 +03:00
Emanuil Rusev
44686c4f1e
improve extensibility
2014-05-06 01:12:27 +03:00
Emanuil Rusev
db02ecf259
"reference" is a definition
2014-05-05 14:43:31 +03:00
Emanuil Rusev
aa004d4595
improve code organisation
2014-05-05 14:39:40 +03:00
Emanuil Rusev
1bb65457ed
remove unnecessary comments
2014-05-05 13:46:26 +03:00
Emanuil Rusev
0c9a4af8ab
improve naming consistency
2014-05-03 18:02:06 +03:00
Emanuil Rusev
cc94c1b584
resolve #167
2014-05-02 18:21:10 +03:00
Emanuil Rusev
e8d8801db4
resolve #135
2014-05-01 02:44:35 +03:00
Emanuil Rusev
521803cdcd
resolve #136
2014-05-01 02:42:01 +03:00