aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/raw-html.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix raw html reference issue (#585)Isaac Muse2018-01-041-0/+111
| | | | | | | | | | | | | | Preserve the line which a reference was on to prevent raw HTML indexing issue. Fixes #584. Prevent raw HTML parsing issue in abbr and footnotes Peserve abbreviation line when stripping and preserve a line for each footnote block. Footnotes should also accumulate the extraneous padding. Test extra lines at the end of references Strip the gathered extraneous whitespace When processing footnotes, we don't actually care to process the extra whitespace at the end of a footnote, but we want it to calculate lines to preserve.
* Fix infinite loop #430facelessuser2015-09-041-0/+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-0/+14
| | | | | | | 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-0/+7
|
* Issue #52ryneeverett2013-10-141-0/+34
|
* Moved test dir back out of markdown lib. We don't need to install the tests ↵Waylan Limberg2010-02-121-0/+12
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc.