aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/raw-html.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix infinite loop #430facelessuser2015-09-041-1/+6
| | | | | | | | | This should fix the remaining corner cases that can cause infinite loops. Previous iterations did not account for scenarios where the “end” index was less than the “start” index. If the “end” index is ever less than or equal to the “start” index, the “end” will be adjusted to to be “start” + 1 allow the full range to be extracted and replaced.
* Issue #368: Fix Markdown in raw HTML stops workingfacelessuser2014-11-191-3/+10
| | | | | | | Originally there was an infinite loop issue that was patched in issue #308. Unfortunately, it was fixed all the way. This fix patches the infinite loop fix to only add an offset to the `right_listindex` when it is in a infinite loop scenario.
* Fix issue308 and fix (unrelated) failure to break out of nest loop.ryneeverett2014-05-211-1/+7
|
* Issue #52ryneeverett2013-10-141-6/+23
|
* Moved test dir back out of markdown lib. We don't need to install the tests ↵Waylan Limberg2010-02-121-0/+14
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc.