Skip to content

Commit

Permalink
Fixed footnotes, plus more fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Jan 4, 2013
1 parent 6fcc310 commit 554243c
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 122 deletions.
6 changes: 1 addition & 5 deletions TODO.textile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@ TODO
* Improve documentation, both of the code and Textile syntax.
** Not all functions have docstrings or adequate docstrings.
** Because the Textile syntax implemented by PyTextile has deviated from the syntax implemented by other implementations of Textile, PyTextile-specific documentation needs to be produced for end-users.
* Add Textile 2.4 functionality
** Footnotes:
*** [\d\+] doesn't work after punctutation
*** Add new backlink functionality
*** Add [\d\+!] functionality to disable adding the link. Although, what exactly is the point of this?
* Update to comply with Textile 2.5
2 changes: 1 addition & 1 deletion textile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ['textile', 'textile_restricted']

__version__ = '2.1.6'
__version__ = '2.1.7'
Loading

0 comments on commit 554243c

Please sign in to comment.