aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 3.0 cleanupWaylan Limberg2018-09-211-0/+1
|
* Proper Python gitignoreWaylan Limberg2018-08-291-17/+69
|
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #601. Merged in 6f87b32 from the md3 branch and did a lot of cleanup. Changes include: * Removed old docs build tool, templates, etc. * Added MkDocs config file, etc. * filename.txt => filename.md * pythonhost.org/Markdown => Python-Markdown.github.io * Markdown lint and other cleanup. * Automate pages deployment in makefile with `mkdocs gh-deploy` Assumes a git remote is set up named "pages". Do git remote add pages https://github.com/Python-Markdown/Python-Markdown.github.io.git ... before running `make deploy` the first time.
* Upped version to 2.6.8.2.6.8-finalWaylan Limberg2017-01-251-1/+2
|
* Updated author emailWaylan Limberg2014-11-301-0/+1
|
* 100% test coverage of admonitionsWaylan Limberg2014-07-101-0/+2
|
* Switched testing to tox.Waylan Limberg2013-03-011-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 patternsMike Dirolf2012-01-141-1/+2
|
* common emacs support for a .gitignore fileDaniel Gottlieb2011-12-271-0/+2
|
* Improved previous commit. isBlockLevel is now more foolproof and will no ↵Waylan Limberg2010-10-291-0/+1
| | | | longer crash on other non-string ElemetTree tags (like processing instructions).
* Cleanup of my cleanup.Waylan Limberg2010-07-061-1/+1
|
* Changes path of html output to be written into current dir rather than a tmp ↵Waylan Limberg2010-02-221-1/+1
| | | | dir. No need to create the tmp dir on first run.
* Cleaned up documentation output from commandline --help option.Waylan Limberg2009-10-211-0/+1
|
* Cleaning house. Actually have all executables be executable and stop Vim's ↵Waylan Limberg2008-10-281-0/+1
| | | | .swp files from showing up in git status.
* Cleaned up .gitignoreWaylan Limberg2008-08-091-2/+2
|
* Test suite cleanup. README for markdown2 tests. Separation in two ↵Artem2008-06-261-0/+1
| | | | stages(markdown to tree, applying inline patterns).
* first commitArtem2008-06-241-0/+1
|
* Allow hashes (#) in body of headers -- with tests. Thank you John ↵Waylan Limberg2008-05-141-0/+3
| | | | Szakmeister for the bug report and patch.
* Added fenced_code extension and .gitignore file.Waylan Limberg2008-05-121-0/+1