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
*
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