summaryrefslogtreecommitdiff
path: root/markdown/inlinepatterns.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-32/+32
* Improve standalone * and _ parsing.Waylan Limberg2022-11-151-1/+1
* Remove previously deprecated objectsWaylan Limberg2022-05-271-6/+0
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-181-1/+1
* Improve email address validation for Automatic LinksCarlos2021-08-111-2/+2
* Fix minor grammatical errorTani N-K2021-02-151-1/+1
* Support short reference image links.Waylan Limberg2020-07-011-0/+11
* Fix issues with complex emphasisfacelessuser2020-06-221-2/+2
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-031-20/+21
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-241-10/+7
* Refactor em strong to consolidate code and fix issue #792Isaac Muse2019-09-031-10/+171
* Optimize HTML_RE from quadratic time to linear (#804)Anders Kaseorg2019-08-141-1/+1
* Optimize several regexes from quadratic time to linear timeAnders Kaseorg2019-03-061-5/+5
* Emphasis pattern treats newlines as whitespace (#785)Waylan Limberg2019-02-071-1/+1
* Collapse all whitespace in reference ids (#743)Isaac Muse2018-10-301-1/+1
* Make ENTITY_RE support hexadecimal entitiesissue712Dmitry Shachnev2018-09-251-2/+2
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-311-11/+9
* Fix double escaping of amp in attributes (#670)Isaac Muse2018-07-291-2/+2
* Consistent copyright headers.Waylan Limberg2018-07-271-0/+20
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-271-25/+29
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-23/+22
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2018-07-241-21/+1
* Flexible inline (#629)Isaac Muse2018-01-171-116/+367
* Removed some Py2.4-2.6 specific code.Waylan Limberg2018-01-111-14/+1
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-58/+5
* Make sure regex patterns are raw strings (#614)Isaac Muse2018-01-021-1/+1
* Feature ancestry (#598)Isaac Muse2017-11-231-0/+2
* Fix new flake8 722 errorfacelessuser2017-10-261-1/+1
* fix DeprecationWarning: invalid escape sequenced9pouces2017-07-251-3/+3
* Fix typo s/Goggle/Google/Tim Chase2017-06-031-1/+1
* Better inline code escaping (#533)Isaac Muse2017-01-201-5/+9
* Add blank lines after toplevel function definitions.Dmitry Shachnev2016-11-181-0/+1
* Fix image titles not following specfacelessuser2016-07-261-1/+1
* Ensure InlinePatterns don't drop newlines.Waylan Limberg2015-11-061-1/+1
* No binary operators at begining of line.Waylan Limberg2015-02-181-6/+6
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-49/+95
* Issue #365 Bold/Italic nesting fixfacelessuser2014-11-171-2/+2
* Better nested STRONG EM support.Waylan Limberg2014-09-261-2/+6
* Fix the lost tail issue in inlineprocessors.facelessuser2014-09-261-8/+8
* Removed some old codeWaylan Limberg2014-08-251-4/+1
* Mark a few more lines with 'no cover' - missed them the first time through. T...Waylan Limberg2014-07-111-4/+4
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-111-6/+6
* No longer percent encode spaces in urls.Waylan Limberg2014-01-091-1/+0
* Only escape ESCAPED_CHARS.Waylan Limberg2014-01-091-1/+1
* Fixed parsing of brackets within inline image titles.Darell Tan2014-01-051-1/+1
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-14/+16
* Whitelisted known safe url schemes in safe_mode. A better fix for #185.Waylan Limberg2013-02-061-6/+7
* Forbid javascript:// URLs in safe modePhilipp Hagemeister2013-02-051-0/+3
* Enable attributes inside image referencesAdam Backstrom2013-01-271-0/+4