| Commit message (Expand) | Author | Age | Files | Lines |
* | Address various depreciated APIs in Python | Waylan Limberg | 2014-01-08 | 1 | -4/+4 |
* | Merge pull request #274 from ajdavis/highlight-lines | Waylan Limberg | 2014-01-07 | 1 | -0/+84 |
|\ |
|
| * | Allow single as well as double quotes for hl_lines. | A. Jesse Jiryu Davis | 2014-01-07 | 1 | -15/+19 |
| * | Support syntax for highlighted lines like: ```python hl_lines=“1 3” | A. Jesse Jiryu Davis | 2014-01-06 | 1 | -2/+35 |
| * | Add feature for emphasizing some lines in a code block. | A. Jesse Jiryu Davis | 2014-01-03 | 1 | -0/+47 |
* | | Fixed parsing of brackets within inline image titles. | Darell Tan | 2014-01-05 | 2 | -0/+21 |
|/ |
|
* | Issue #52 | ryneeverett | 2013-10-14 | 2 | -6/+57 |
* | toc: insert `¶` instead of raw unicode character | Dmitry Shachnev | 2013-09-29 | 1 | -4/+4 |
* | Add tests for the previous two commits | Dmitry Shachnev | 2013-09-25 | 4 | -10/+23 |
* | Ensure each term on def list maintains its own loose status. | Waylan Limberg | 2013-09-02 | 2 | -1/+22 |
* | Allow extensions to register serializers | Waylan Limberg | 2013-08-07 | 1 | -0/+18 |
* | Serializers now preserve case of tags. | Waylan Limberg | 2013-08-07 | 1 | -0/+32 |
* | HeaderID Ext now handles raw html in ids. Fixes #232 | Waylan Limberg | 2013-07-28 | 1 | -0/+12 |
* | Some fixes requested by @waylan, cleanup and tests improvements | Dmitry Shachnev | 2013-07-27 | 2 | -2/+11 |
* | Add smarty extension, based on SmartyPants library | Dmitry Shachnev | 2013-07-26 | 3 | -0/+38 |
* | Added support for attr_lists on definition list terms. | Waylan Limberg | 2013-07-19 | 3 | -2/+22 |
* | Allow inline attr_lists at end of header. | Waylan Limberg | 2013-07-19 | 2 | -2/+2 |
* | Attr_List Extension now also supports nested ol's. | Waylan Limberg | 2013-07-19 | 2 | -1/+43 |
* | MetaData no longer fails with no newline. Fixes #228. | Waylan Limberg | 2013-07-03 | 1 | -0/+7 |
* | Attr_List Extension now support attr_lists on nested lists. | Waylan Limberg | 2013-06-16 | 2 | -1/+23 |
* | AbbrExtension now handles abbreviations nested in other markup. | Waylan Limberg | 2013-06-16 | 1 | -0/+9 |
* | Remove some unused imports | Dmitry Shachnev | 2013-03-23 | 1 | -1/+0 |
* | Updated testing framework to use PyTidyLib rather than uTidyLib for Python 3 ... | Waylan Limberg | 2013-03-13 | 1 | -21/+20 |
* | CodeHilite tests pass in all pygments versions. | Waylan Limberg | 2013-02-25 | 1 | -15/+11 |
* | Change `set.append` -> `set.add` in `headerid.unique` | Waylan Limberg | 2013-02-22 | 1 | -0/+7 |
* | Updated toc tests. | Waylan Limberg | 2013-02-19 | 2 | -2/+2 |
* | Ensure toc attribute is available on Markdown class. | Waylan Limberg | 2013-02-19 | 1 | -0/+39 |
* | adding test for out of order headlines | benjaoming | 2013-02-18 | 3 | -0/+16 |
* | Allow better linenum override in CodeHilite | Waylan Limberg | 2013-02-14 | 1 | -4/+74 |
* | Allow capitalized Admonition title. | Waylan Limberg | 2013-02-12 | 1 | -1/+1 |
* | Merge branch 'master' into admonition | Tiago Serafim | 2013-02-09 | 25 | -54/+275 |
|\ |
|
| * | HtmlBlockProcessor preserves empty lines | Waylan Limberg | 2013-02-07 | 2 | -8/+74 |
| * | Preserve whitespace in empty lines | Waylan Limberg | 2013-02-07 | 2 | -0/+68 |
| * | nl2br and attr_list compatability. | Waylan Limberg | 2013-02-06 | 3 | -0/+6 |
| * | Account for a paragraph that starts with a colon when processing def_lists | Waylan Limberg | 2013-02-06 | 2 | -0/+40 |
| * | Forbid javascript:// URLs in safe mode | Philipp Hagemeister | 2013-02-05 | 2 | -0/+5 |
| * | Enable attributes inside image references | Adam Backstrom | 2013-01-27 | 2 | -0/+5 |
| * | Testing framework now runs on Python 2 & 3 unmodified. | Waylan Limberg | 2012-12-14 | 5 | -34/+45 |
| * | Normalize line endings in tests as git may alter them on Windows. | Waylan Limberg | 2012-12-14 | 1 | -2/+3 |
| * | Fixed #165. Switched the order of treeprocessors when attr_list and headerid ... | Waylan Limberg | 2012-12-13 | 1 | -0/+12 |
| * | Fixed #164. attr_list extension attribute names are now sanitized and won't c... | Waylan Limberg | 2012-12-13 | 2 | -1/+3 |
| * | Fixed CodeHilite test when pygments is not installed. | Waylan Limberg | 2012-11-04 | 1 | -1/+1 |
| * | Fixed #153. Two spaces at end of paragraph is not a linebreak. | Waylan Limberg | 2012-10-21 | 3 | -12/+6 |
| * | Fixed #152. Spaces in links are now escaped. | Waylan Limberg | 2012-10-21 | 2 | -3/+3 |
| * | Fixed #151. Raw html matching is now case-insensitive. | Waylan Limberg | 2012-10-21 | 2 | -1/+12 |
* | | More tests for the extension and new tests for the RE. It's now possible to u... | Tiago Serafim | 2012-09-19 | 3 | -21/+31 |
* | | Removed the configs. | Tiago Serafim | 2012-09-08 | 1 | -10/+1 |
* | | Initial version with insufficient tests and no docs. | Tiago Serafim | 2012-09-02 | 4 | -10/+85 |
|/ |
|
* | Merge commit '63020032eab733ed74f06a687abb5c358de4e931' | Dmitry Shachnev | 2012-08-26 | 1 | -1/+0 |
|\ |
|
| * | Don't import from doctest, it's no longer used | Dmitry Shachnev | 2012-08-26 | 1 | -1/+0 |