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
*
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
*
Changed the default style used by pygments in the codehilite extension. This...
Waylan Limberg
2010-03-25
1
-1
/
+1
*
Refactored codehilite and fenced code, so now fenced code will also be highli...
Lucas van Dijk
2010-01-25
1
-39
/
+51
*
Updated codehilite extension for new refactor.
Waylan Limberg
2008-11-20
1
-1
/
+1
*
Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...
Waylan Limberg
2008-11-20
1
-0
/
+224