Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Getting rid of has_key for compatibility with python3k. | Yuri Takhteyev | 2008-12-04 | 4 | -5/+5 | |
| | ||||||
* | Fixed rss extension (I think). It throws away any paragraphs before first ↵ | Waylan Limberg | 2008-11-23 | 1 | -14/+10 | |
| | | | | header, but I think that's what is was trying to do (and failing loadly) before. | |||||
* | Updated imagelinks extension for recent package refactor. | Waylan Limberg | 2008-11-22 | 1 | -13/+13 | |
| | ||||||
* | Added definition lists to extra extension. | Waylan Limberg | 2008-11-22 | 1 | -6/+3 | |
| | ||||||
* | Updated rss extension for package refactor. However, is is still failing if ↵ | Waylan Limberg | 2008-11-22 | 1 | -2/+2 | |
| | | | | a paragraph comes before the first header in source. There are no tests or documentation and I've never used it so I'm not sure what it should be doing. Leaving it as is for now. | |||||
* | Updated fenced_code extension for package refactor. | Waylan Limberg | 2008-11-22 | 1 | -1/+1 | |
| | ||||||
* | Fixed minor typo in each of previous two commits. | Waylan Limberg | 2008-11-22 | 2 | -2/+2 | |
| | ||||||
* | Updated definition list extension to work with new block parser. | Waylan Limberg | 2008-11-22 | 1 | -169/+67 | |
| | ||||||
* | Made a few minor tweaks to list blockprocessors to make subclassing easier ↵ | Waylan Limberg | 2008-11-22 | 1 | -8/+15 | |
| | | | | without rewriting the whole thing. | |||||
* | Updated headerid extension for recent refactors (both BlockParser and package). | Waylan Limberg | 2008-11-20 | 1 | -80/+100 | |
| | ||||||
* | Updated meta extension for new refactor. | Waylan Limberg | 2008-11-20 | 1 | -1/+1 | |
| | ||||||
* | Updated abbr extension for new refactor. | Waylan Limberg | 2008-11-20 | 1 | -3/+3 | |
| | ||||||
* | Updated toc extension for new refactor. | Waylan Limberg | 2008-11-20 | 1 | -5/+5 | |
| | ||||||
* | Updated wikilinks extension for new refactor. | Waylan Limberg | 2008-11-20 | 1 | -3/+3 | |
| | ||||||
* | Updated codehilite extension for new refactor. | Waylan Limberg | 2008-11-20 | 1 | -1/+1 | |
| | ||||||
* | Updated footnotes extension for new refactor. | Waylan Limberg | 2008-11-20 | 1 | -6/+6 | |
| | ||||||
* | Updated tables extension for refactor. | Waylan Limberg | 2008-11-20 | 1 | -3/+3 | |
| | ||||||
* | Moved markdown_extensions/ to markdown/extensions. Markdown is now one ↵ | Waylan Limberg | 2008-11-20 | 16 | -1/+2300 | |
| | | | | package instead of two. | |||||
* | Cleaned up recent refactor into a package from a single file. | Waylan Limberg | 2008-11-20 | 4 | -92/+113 | |
| | ||||||
* | Fixed BlockParser to parse code blocks nested in list items and added a ↵ | Waylan Limberg | 2008-11-18 | 1 | -0/+3 | |
| | | | | test. Somehow we never had a test for that before. Also reset markdown.py to be executable again. | |||||
* | More refactoring. | Yuri Takhteyev | 2008-11-18 | 6 | -325/+340 | |
| | ||||||
* | Attempting a refactoring, breaking markdown into multiple files. | Yuri Takhteyev | 2008-11-17 | 7 | -0/+2280 | |