aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/smarty.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+1
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-271-4/+10
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-21/+12
* Flexible inline (#629)Isaac Muse2018-01-171-9/+9
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-4/+4
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-1/+1
* Make sure regex patterns are raw strings (#614)Isaac Muse2018-01-021-10/+10
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Override regex for html inline pattern when smart_angled_quotes is trueDmitry Shachnev2015-06-201-1/+6
* Revert "smarty: Use a separate processor for angled quotes"Dmitry Shachnev2015-06-191-8/+4
* smarty: Use a separate processor for angled quotesDmitry Shachnev2015-06-151-4/+8
* smarty: Add back special case for decade abbreviationsDmitry Shachnev2015-03-181-0/+4
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-32/+44
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-65/+81
* Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo.Martin Altmayer2014-08-151-3/+2
* Fixed an old typo in the smarty extension and added a test case.Martin Altmayer2014-08-111-2/+2
* Replaced smart_lsquo etc. by a single option smart_substitutions which allows...Martin Altmayer2014-08-111-14/+32
* Added options to the Smarty extension that configure the text that is used to...Martin Altmayer2014-08-091-3/+10
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-5/+4
* smarty: add support for angled quotesDmitry Shachnev2014-06-191-0/+11
* Fix #315: Change order of smarty patterns to make the test pass againDmitry Shachnev2014-06-081-2/+2
* Make smarty extension use its own InlineProcessorDmitry Shachnev2014-05-261-5/+11
* smarty: Fix test failure with Python 3.1 and 3.2. Fixes #295Dmitry Shachnev2014-03-111-1/+1
* smarty: Pass tuples, not iterable strings to the pattern.Dmitry Shachnev2014-03-111-3/+3
* smarty: Get rid of canonicalize() function.Dmitry Shachnev2014-02-131-51/+16
* Add new utility function parseBoolValue()Dmitry Shachnev2013-09-251-9/+2
* Some fixes requested by @waylan, cleanup and tests improvementsDmitry Shachnev2013-07-271-11/+9
* Add smarty extension, based on SmartyPants libraryDmitry Shachnev2013-07-261-0/+235