Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added first draft of 2.1.0-Alpha release notes. | Waylan Limberg | 2011-06-23 | 1 | -0/+97 |
| | |||||
* | Added html5 and xhtml5 output formats. These are just aliases to html4 and ↵ | Waylan Limberg | 2011-06-23 | 1 | -2/+4 |
| | | | | xhtml1 searializers respectively. | ||||
* | Cleaned up backward compatability of old positional arguments. Some people ↵ | Waylan Limberg | 2011-06-23 | 1 | -8/+9 |
| | | | | may be using them, so we should continue to support them. Also adjusted docs to encourage using keyword args only. However, if existing code was using positional args in previous versions, it should still work. | ||||
* | Added nl2br extension. Closes #13. Thanks to Brian Neal for writing the code ↵ | Waylan Limberg | 2011-06-21 | 2 | -17/+21 |
| | | | | and allowing us to use it. | ||||
* | Merge branch 'master' of https://github.com/waylan/Python-Markdown | Waylan Limberg | 2011-06-20 | 1 | -0/+7 |
|\ | |||||
| * | Minor Doc update. Fixed a typo in previous commit. | Waylan Limberg | 2011-06-20 | 1 | -1/+1 |
| | | |||||
| * | allow language guessing to be disabled by passing a setting to CodeHilite - ↵ | Rob McBroom | 2011-06-19 | 1 | -0/+7 |
| | | | | | | | | closes #24 | ||||
* | | Added docs and tests to attr_list ext. Closes #7. | Waylan Limberg | 2011-06-20 | 1 | -0/+74 |
|/ | |||||
* | Added smart_strong extension. Fixes Issue #17. Like PHP Markdown Extra, we ↵ | Waylan Limberg | 2011-06-07 | 2 | -0/+31 |
| | | | | now include smart handling of double underscores (not just single underscores). The new behavior may be called seperately as the 'smart_strong' extension or as part of the 'extra' extension. | ||||
* | Edited command line docs. Changed "Linux" to "*nix (Linux, OSX, BSD, Unix, ↵ | Waylan Limberg | 2011-05-18 | 1 | -2/+2 |
| | | | | etc.)" for completeness. | ||||
* | Updated command line docs to document the actual implementation. For ↵ | Waylan Limberg | 2011-05-18 | 1 | -44/+29 |
| | | | | example, the script is named "markdown_py". Also, no longer including the output of 'markdown_py --help' as that output has changed from time to time, but doesn't ever get updated here. The user can just run it if they need to. All we need to do it document that the option exists. | ||||
* | Complete Rewrite of the using_as_module docs to clearly list all options. | Waylan Limberg | 2011-05-10 | 1 | -131/+191 |
| | |||||
* | The Testing Framework will now pass any non-reserved args set in test.cfg ↵ | Waylan Limberg | 2011-04-29 | 1 | -4/+2 |
| | | | | files as keyword arguments to Markdown for a given syntax test. As Markdown ignores unknown args, this should be safe and will allow testing of any newly added keywords without additional modification of the testing framework. | ||||
* | Documented concern raised in Ticket 85. Added a warning that enabling ↵ | Waylan Limberg | 2011-03-09 | 1 | -0/+8 |
| | | | | safe_mode does not turn off attributes, so they should be turned off seperately. | ||||
* | Added the re.UNICODE flag to inlinepatterns. Now all inlinepattern regex ↵ | Waylan Limberg | 2010-09-20 | 1 | -3/+4 |
| | | | | will match unicode characters when \w, \b, or \s is used. Also updated docs to reflect change. | ||||
* | Updated docs for recent changes to options accepted by the Markdown class ↵ | Waylan Limberg | 2010-07-12 | 2 | -33/+49 |
| | | | | and the import paths of various things used by extensions. | ||||
* | Moved INSTALL, LICENSE and README files out of docs dir and into root dir ↵ | Waylan Limberg | 2010-03-24 | 3 | -133/+0 |
| | | | | where they should be. | ||||
* | Added documentation for the test suite. | Waylan Limberg | 2010-02-14 | 1 | -0/+131 |
| | |||||
* | Upped version to 2.0.2-Final and added release notes. | Waylan Limberg | 2009-07-31 | 2 | -0/+15 |
| | |||||
* | Fixed Ticket 43. Apparenlty ElementTree does not recognize 'utf8' as an ↵ | Waylan Limberg | 2009-08-23 | 1 | -4/+4 |
| | | | | alias of 'utf-8' and outputs invalid xml. We never noticed as stripTopLevelTags removes the offending fragment. However, there are legitimate uses for turning off stripTopLevelTags. Therefore, from now on we will be using 'utf-8' internally. Thanks to Mark Eichin for the report. | ||||
* | Fixed a couple typos in previous commit. | Waylan Limberg | 2009-07-31 | 1 | -2/+2 |
| | |||||
* | Fixed Ticket 41. Docs now correctly point to ↵ | Waylan Limberg | 2009-07-31 | 1 | -18/+18 |
| | | | | markdown.preprocessors.Preprocessor rather than markdown.Preprocessor etc. | ||||
* | Fixed Ticket 37. When multiple markdown documents are displayed on one page and | Waylan Limberg | 2009-07-21 | 1 | -0/+1 |
| | | | | | contain footnotes with the same name, they will no longer collide when 'UNIQUE_IDS' is set to True. Thanks to Paul Stansifer for report and patch. | ||||
* | Upped version to 2.0.1-Final and added release notes.2.0.1 | Waylan Limberg | 2009-05-19 | 2 | -0/+16 |
| | |||||
* | Updated docs for recent command line script changes. | Waylan Limberg | 2009-05-06 | 1 | -26/+17 |
| | |||||
* | Upped version to 2.0 and a few edits to release notes.2.0-Final | Waylan Limberg | 2009-03-30 | 1 | -0/+3 |
| | |||||
* | Added release notes for 2.0 | Waylan Limberg | 2009-03-30 | 1 | -0/+64 |
| | |||||
* | Fixed a documentation error with recent wikilinks update and added a ↵ | Waylan Limberg | 2009-03-21 | 1 | -1/+1 |
| | | | | regression test to make sure it continues to work. | ||||
* | Fixed a few bugs in wikilinks url cleaning. And for those who don't like the ↵ | Waylan Limberg | 2009-03-20 | 1 | -0/+16 |
| | | | | default, added a config which accepts a callable to replace the default. Updated tests and docs. | ||||
* | Added documentation for the rest of the extensions included with the ↵ | Waylan Limberg | 2009-03-19 | 8 | -1/+469 |
| | | | | distribution. | ||||
* | Added documentation for Extra Extension and all the extentions it supports. ↵ | Waylan Limberg | 2009-03-18 | 7 | -0/+433 |
| | | | | Still need to do non-extra extensions. | ||||
* | Added extension subdir to docs with index listing all included extensions. ↵ | Waylan Limberg | 2009-03-17 | 1 | -0/+44 |
| | | | | Now we just need to document each one. | ||||
* | Fixed various typos etc in the docs. | Waylan Limberg | 2009-03-17 | 3 | -18/+18 |
| | |||||
* | Added docs regarding output formats and a few other changes/cleanup to the docs. | Waylan Limberg | 2009-03-16 | 3 | -13/+43 |
| | |||||
* | Updated docs for command line usage. | Waylan Limberg | 2009-03-16 | 1 | -12/+62 |
| | |||||
* | Upped version to 2.0-rc12.0-rc1 | Waylan Limberg | 2009-03-08 | 3 | -7/+27 |
| | |||||
* | Corrected various spelling, grammar and formatting errors in ↵ | Waylan Limberg | 2008-11-14 | 1 | -50/+84 |
| | | | | docs/writing_extensions.txt. | ||||
* | Updated docs/writing_extensions.txt to include docs for the new core ↵ | Waylan Limberg | 2008-11-14 | 1 | -66/+128 |
| | | | | BlockParser. | ||||
* | Added documentation for OrderedDict. | Waylan Limberg | 2008-10-29 | 1 | -33/+84 |
| | |||||
* | Added a more thorough test of nested inline markup. Thanks John Szakmeister. | John Szakmeister | 2008-10-29 | 1 | -0/+1 |
| | |||||
* | Missed a reference to textpreprocessors in docs on last commit. | Waylan Limberg | 2008-10-20 | 1 | -1/+0 |
| | |||||
* | Combined the TextPreprocessors and Preprocessors into Preprocessors. Updated ↵ | Waylan Limberg | 2008-10-20 | 1 | -28/+1 |
| | | | | extensions and docs as well. | ||||
* | Cleaned up some commented code from previous commit and added Jack Miller to ↵ | Waylan Limberg | 2008-10-19 | 1 | -0/+1 |
| | | | | docs/AUTHORS for his toc extension. | ||||
* | Made InlineProcessor a TreeProcessor. Now an extension can manipulate the ↵ | Waylan Limberg | 2008-10-19 | 1 | -13/+13 |
| | | | | tree either before or after InlinePatterns are run. Updated docs as well. This change should not affect existing extensions. | ||||
* | Changed Postprocessors to Treeprocessors and TextPostProcessors to ↵ | Waylan Limberg | 2008-10-19 | 1 | -14/+12 |
| | | | | Postprocessors. These names more acturately depict what things do. Also updated the extensions and docs to match. | ||||
* | Updated docs/writing_extensions.txt to include documentation about Treaps. ↵ | Waylan Limberg | 2008-10-19 | 1 | -5/+45 |
| | | | | This is a draft and subject to change. | ||||
* | Updated docs/writing_extensions.txt to include documentation about ↵ | Waylan Limberg | 2008-10-19 | 1 | -1/+43 |
| | | | | MarkdownParser. | ||||
* | Fixed Ticket 19. Corrected error regarding encoding in docs. Thanks ↵ | Waylan Limberg | 2008-10-19 | 1 | -3/+2 |
| | | | | gjhiggins for report. | ||||
* | Made some corrections and edits to docs/writing_extensions.txt. Still need ↵ | Waylan Limberg | 2008-10-15 | 1 | -64/+69 |
| | | | | to document Treap() and MarkdownParser(). | ||||
* | Updated INSTALL with corrections and additions. | Waylan Limberg | 2008-10-15 | 1 | -12/+26 |
| |