Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tail out of order issue | facelessuser | 2014-10-18 | 1 | -1/+2 |
| | | | | | | | | | | | | This issue was discovered when dealing with nested inlines. In treeprocessors.py it was incorrectly handling tails. In short, tail elements were being inserted earlier than they were supposed to be. In order to fix this, the insertion index should be incremented by 1 so that when the tails are inserted into the parent, they will be just after the child they came from. Also added a test in nested-patterns to catch this issue. | ||||
* | Fixed #106. Replaced all references to freewisdom.org (except for Yuri's ↵ | Waylan Limberg | 2012-06-28 | 1 | -7/+7 |
| | | | | homepage). | ||||
* | Replaced indentation with linebreaks only. At least its more consistant - ↵ | Waylan Limberg | 2008-09-03 | 1 | -38/+7 |
| | | | | and it better matches other markdown implementations. Also updated tests. | ||||
* | Ops, forgot to add new test files | Artem Yunusov | 2008-07-19 | 1 | -0/+38 |