History of
src
/
feedmark
/
formats
/
markdown.py
@master
git clone https://git.catseye.tc/Feedmark/
- Arrange licensing info in repo following REUSE 3.0 convention. Chris Pressey 9 months ago
- Add support for hyperlinks on images on entries. Chris Pressey 3 years ago
- Upgrade regular expressions to get tests to pass again. Chris Pressey 3 years ago
- Deep-HTMLize OrderedDicts as OrderedDicts. Chris Pressey 5 years ago
- Make sure this works with @-list properties. Chris Pressey 5 years ago
- When htmlizing property values, do not include enclosing paragraph. Chris Pressey 5 years ago
- Refactor Markdown->HTML5 helper function into format module. Chris Pressey 5 years ago
- Partially, but we need to globalize the reference links it seems. Chris Pressey 5 years ago
- No more check_call() in tests, clean up a few other things. Chris Pressey 6 years ago
- Improve tests quite a bit. Chris Pressey 6 years ago
- pyflakes. Chris Pressey 6 years ago
- Tests pass under Python 3.4 now. Chris Pressey 6 years ago
- markdown ships with toc, which implements this more standardly. Chris Pressey 6 years ago
- Generate id's on all header levels, not just h3's. Chris Pressey 6 years ago
- Format document preamble like section body: one big string. Chris Pressey 6 years ago
- Bestow anchor ids on h3 elements with Markdown extension; faster! Chris Pressey 6 years ago
- Remove --output-html-snippet functionality. Chris Pressey 7 years ago
- Correctly markdownize reference links containing Unicode. Chris Pressey 7 years ago
- anchor_for() comes to us as UTF-8, but we need it as unicode. Chris Pressey 7 years ago
- Generate HTML5 with anchors from Markdown. Chris Pressey 7 years ago
- Canonical function for translating Markdown into HTML5. Chris Pressey 7 years ago
- A few more places we need to swicth on absolute imports. Chris Pressey 7 years ago
- Establish 'formats' subpackage and rename some modules into it. Chris Pressey 7 years ago