Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched testing to tox. | Waylan Limberg | 2013-03-01 | 1 | -0/+1 |
| | | | | | | | | | | Also scrapped fabfile.py and replaced it with a much simpler makefile. Tox does most of the stuff that was in fabfile.py anyway. Now that everything runs in all supported python versions without using 2to3, we don't need to wait for tox to support it. | ||||
* | minor: adding some common OSX / emacs gitignore patterns | Mike Dirolf | 2012-01-14 | 1 | -1/+2 |
| | |||||
* | common emacs support for a .gitignore file | Daniel Gottlieb | 2011-12-27 | 1 | -0/+2 |
| | |||||
* | Improved previous commit. isBlockLevel is now more foolproof and will no ↵ | Waylan Limberg | 2010-10-29 | 1 | -0/+1 |
| | | | | longer crash on other non-string ElemetTree tags (like processing instructions). | ||||
* | Cleanup of my cleanup. | Waylan Limberg | 2010-07-06 | 1 | -1/+1 |
| | |||||
* | Changes path of html output to be written into current dir rather than a tmp ↵ | Waylan Limberg | 2010-02-22 | 1 | -1/+1 |
| | | | | dir. No need to create the tmp dir on first run. | ||||
* | Cleaned up documentation output from commandline --help option. | Waylan Limberg | 2009-10-21 | 1 | -0/+1 |
| | |||||
* | Cleaning house. Actually have all executables be executable and stop Vim's ↵ | Waylan Limberg | 2008-10-28 | 1 | -0/+1 |
| | | | | .swp files from showing up in git status. | ||||
* | Cleaned up .gitignore | Waylan Limberg | 2008-08-09 | 1 | -2/+2 |
| | |||||
* | Test suite cleanup. README for markdown2 tests. Separation in two ↵ | Artem | 2008-06-26 | 1 | -0/+1 |
| | | | | stages(markdown to tree, applying inline patterns). | ||||
* | first commit | Artem | 2008-06-24 | 1 | -0/+1 |
| | |||||
* | Allow hashes (#) in body of headers -- with tests. Thank you John ↵ | Waylan Limberg | 2008-05-14 | 1 | -0/+3 |
| | | | | Szakmeister for the bug report and patch. | ||||
* | Added fenced_code extension and .gitignore file. | Waylan Limberg | 2008-05-12 | 1 | -0/+1 |