index
:
delta/python-markdown.git
2.6
baserock/morph
experiment-ancestory
feature-ancestry
flake8-722
html
image-url-spaces
inline
issue253
issue712
master
md3
mitya57/coveralls
mitya57/script-name
no-header_id.md
raw-html-ref-issue
regex-fixes
registry
revert-417-master
slowhtml
strongem
tox
travis-update
utest
waylan-patch-1
github.com: waylan/Python-Markdown.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
markdown
/
extensions
/
codehilite.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pyspelling to check spelling.
Waylan Limberg
2023-04-06
1
-24
/
+24
*
codehilite: Update Pygments URL
Letu Ren
2022-11-28
1
-1
/
+1
*
docs: Fix a few typos
Tim Gates
2022-07-25
1
-1
/
+1
*
fixed some spelling mistakes
Bastian Venthur
2022-06-17
1
-2
/
+2
*
Pass language to Pygments formatter in CodeHilite
Liang-Bo Wang
2022-05-18
1
-3
/
+13
*
Support for custom Pygments formatter
Shrikant Sharat Kandula
2022-05-09
1
-2
/
+14
*
extensions: copy config dict on each highlighted block
Gert van Dijk
2022-04-18
1
-2
/
+3
*
[style]: fix various typos in docstrings and comments
Florian Best
2022-03-18
1
-2
/
+2
*
Don't process shebangs in codehilite when processing fenced code
Isaac Muse
2021-08-04
1
-2
/
+2
*
Fix unescaping of HTML characters <> in CodeHilite. (#990)
Rohitt Vashishtha
2020-06-29
1
-1
/
+3
*
Refactor fenced_code & codehilite options (#816)
Waylan Limberg
2020-06-23
1
-60
/
+95
*
Fixed typos in extensions/codehilite.py
Gaurav Kondhare
2020-03-22
1
-10
/
+10
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
1
-4
/
+2
*
Always wrap CodeHilite code in <code> tags (#862)
Tim Martin
2019-09-30
1
-1
/
+2
*
Use https:// links where available
Jon Dufresne
2019-06-12
1
-1
/
+1
*
Fix double escaping of block code (#727)
Isaac Muse
2018-10-07
1
-1
/
+8
*
Deprecate md_globals from extension API. (#697)
Waylan Limberg
2018-07-31
1
-1
/
+1
*
All Markdown instances are now 'md'. (#691)
Waylan Limberg
2018-07-27
1
-2
/
+2
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
1
-1
/
+1
*
Remove deprecated support for Extension args.
Waylan Limberg
2018-01-13
1
-4
/
+4
*
Improve test coverage.
Waylan Limberg
2018-01-13
1
-1
/
+1
*
Removed deprecated safe_mode.
Waylan Limberg
2018-01-11
1
-2
/
+1
*
Switch docs to MKDocs (#602)
Waylan Limberg
2017-12-06
1
-1
/
+1
*
codehilite: detect languages with funny names (#527)
Grant Mathews
2017-01-17
1
-1
/
+1
*
Added a 'use_pygments' config option to CodeHilite.
Waylan Limberg
2015-02-05
1
-7
/
+10
*
Use newer ElementTree API to avoid future breakage.
Waylan Limberg
2015-01-31
1
-4
/
+3
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
1
-32
/
+45
*
Use Pygments API
facelessuser
2014-10-04
1
-10
/
+10
*
Standardized all extension header comments to a uniform format.
Waylan Limberg
2014-08-21
1
-8
/
+5
*
'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...
Waylan Limberg
2014-08-21
1
-2
/
+2
*
Update extensions for Extension.__init__ refactor
Waylan Limberg
2014-07-31
1
-19
/
+4
*
Marked a bunch of lines as 'no cover'. Coverage at 91%
Waylan Limberg
2014-07-11
1
-1
/
+1
*
Fix some tests failures
Dmitry Shachnev
2014-02-12
1
-1
/
+1
*
Allow single as well as double quotes for hl_lines.
A. Jesse Jiryu Davis
2014-01-07
1
-1
/
+2
*
Support syntax for highlighted lines like: ```python hl_lines=“1 3”
A. Jesse Jiryu Davis
2014-01-06
1
-4
/
+7
*
Add feature for emphasizing some lines in a code block.
A. Jesse Jiryu Davis
2014-01-03
1
-5
/
+29
*
Deprecated CodeHilite's force_linenos config setting.
Waylan Limberg
2013-08-13
1
-1
/
+1
*
Future imports go after the docstrings
Adam Dinwoodie
2013-03-18
1
-1
/
+1
*
Now using universal code for Python 2 & 3.
Waylan Limberg
2013-02-27
1
-6
/
+7
*
Allow better linenum override in CodeHilite
Waylan Limberg
2013-02-14
1
-10
/
+23
*
Typo: Boolen -> Boolean.
Grahack
2012-08-29
1
-2
/
+2
*
Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...
Waylan Limberg
2012-06-28
1
-3
/
+3
*
Fixed Issue #98. The language designator must start at the beginging of the f...
Waylan Limberg
2012-05-18
1
-1
/
+1
*
Fixed #73. Codehilite now works in footnotes.
Waylan Limberg
2012-01-20
1
-1
/
+1
*
allow language guessing to be disabled by passing a setting to CodeHilite - c...
Rob McBroom
2011-06-19
1
-4
/
+16
*
Fixed typo in previous commit. Extension.getConfigs is a method, not a property.
Waylan Limberg
2011-05-04
1
-1
/
+1
*
Extension.getConfigs returns a dict and is used by the extensions that use co...
Waylan Limberg
2011-05-04
1
-5
/
+5
*
Factored out the importing of pygments in CodeHilite Extension so it doesn;t ...
Waylan Limberg
2011-04-07
1
-27
/
+24
*
Cleaned up CodeHilite extension. When pygments is not available provide simpl...
Waylan Limberg
2011-04-07
1
-25
/
+12
*
Fixed tab_length on codehilite extension to match new implementation of defau...
Waylan Limberg
2010-07-07
1
-11
/
+5
[next]