Robin Ward
|
36f53790f4
|
Added test for markdown bug with linking [ul] and [poll]
|
2014-12-31 11:45:23 -05:00 |
|
Robin Ward
|
13bf8e1e46
|
FIX: Markdown bug when a heading preceeded a code block.
|
2014-12-29 15:59:39 -05:00 |
|
Régis Hanol
|
a06bf0b7be
|
fix the build
|
2014-11-17 15:47:07 +01:00 |
|
Marcin Rataj
|
9dccd975d9
|
UX: whitelist OpenStreetMap iframes
|
2014-11-17 14:30:25 +01:00 |
|
Robin Ward
|
564e7a988c
|
Merge pull request #2848 from riking/whitelist-api
Improve Markdown.whiteListTag, code dialect
|
2014-11-07 11:33:37 -05:00 |
|
Dean Taylor
|
c2614543b1
|
Correct minor spelling mistakes
@sam highlighted I made a spelling mistake in a commit - thought I would throw a few more in.
|
2014-10-19 23:55:19 +01:00 |
|
Dean Taylor
|
b023e81078
|
FIX: Censored word match fail if earlier partial match
Previously a list containing `one|two|three|four|twoagain` would fail to censor the word `twoagain` in the text `test1 twoagain test2`.
|
2014-10-17 03:10:30 +01:00 |
|
Robin Ward
|
3b38667274
|
FIX: Check for word boundaries with censored words.
|
2014-10-09 16:35:27 -04:00 |
|
riking
|
ef36a619c3
|
Update Markdown tests
|
2014-10-05 17:30:29 -07:00 |
|
Robin Ward
|
9564ecde76
|
FEATURE: Site setting for words to censor in posts
|
2014-10-02 13:58:58 -04:00 |
|
Robin Ward
|
537e6b193d
|
FIX: Allow proper escaping of bold and italics markdown, even when
nested.
|
2014-09-22 16:52:14 -04:00 |
|
Jeff Atwood
|
5646ebf4c7
|
fix tests expecting "name said:" to "name:"
|
2014-09-18 20:39:27 -07:00 |
|
Jens Maier
|
543bc53598
|
FIX: double-escaped single quotes in URLs
|
2014-09-18 22:07:42 +02:00 |
|
Sam Saffron
|
33c6a2d341
|
correct tests
|
2014-09-18 15:26:45 +10:00 |
|
Jens Maier
|
30dbb570e5
|
FIX: fix dialect block ordering
|
2014-09-10 13:29:40 +02:00 |
|
Jens Maier
|
9be5c98c8c
|
FIX: Markdown parser: empty links and bbcode parsed as link refs
|
2014-08-31 02:55:43 +02:00 |
|
Jens Maier
|
c58565d09f
|
Fix: dialect block parser should not eat next block's whitespace
|
2014-08-26 14:11:23 +02:00 |
|
Jens Maier
|
b8f5c21df0
|
Workaround markdown-js links parser bug
|
2014-08-24 01:56:14 +02:00 |
|
Robin Ward
|
2ae46b4742
|
REMOVE: Auto quoting confused more people than it helped.
|
2014-08-22 14:51:31 -04:00 |
|
Jens Maier
|
23002ae01c
|
Fix: block parser now uses regexes for end tags. solves code block case, where end tag must be on a line of its own.
|
2014-08-14 01:58:01 +02:00 |
|
Robin Ward
|
f977843391
|
ES6: Convert all test files over
|
2014-08-06 17:51:03 -04:00 |
|