Tree @master (Download .tar.gz)
History of
src
/
feedmark
/
parser.py
@master
git clone https://git.catseye.tc/Feedmark/
- Arrange licensing info in repo following REUSE 3.0 convention. Chris Pressey 9 months ago
- Write own slugify function compatible with GitHub anchors. Chris Pressey 2 years 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
- Re-describe what the solution is; --output-refdex-single-filename. Chris Pressey 5 years ago
- Implement the requirement that was hiding behind the yak hair. Chris Pressey 5 years ago
- Allow trailing `###` on h3-level section headers. Chris Pressey 5 years ago
- Include the section's anchor in the outputted JSON as well. Chris Pressey 5 years ago
- Properties in OrderedDict; --ordered-json serializes them as list. Chris Pressey 5 years ago
- Refactor Markdown->HTML5 helper function into format module. Chris Pressey 5 years ago
- Introduce markdown_to_html5_deep(). Chris Pressey 5 years ago
- Also HTMLize properties. All tests pass once again. Chris Pressey 5 years ago
- global reference links, plus more (failing) tests. Chris Pressey 5 years ago
- Partially, but we need to globalize the reference links it seems. Chris Pressey 5 years ago
- Add --htmlized-json, to convert Markdown to HTML5 in JSON output. Chris Pressey 5 years ago
- We need to quote(), not quote_plus(), these things. Chris Pressey 6 years ago
- pyflakes. Chris Pressey 6 years ago
- Refactor: rewrite reference links becomes method on Document. Chris Pressey 6 years ago
- markdown ships with toc, which implements this more standardly. Chris Pressey 6 years ago
- Format document preamble like section body: one big string. Chris Pressey 6 years ago
- Also remove double-quotes when making anchor ids for h3's. Chris Pressey 6 years ago
- Allow anchor_for() to handle more characters correctly. Chris Pressey 7 years ago
- Generate HTML5 with anchors from Markdown. Chris Pressey 7 years ago
- We insist that there is at least one space after a heading marker. Chris Pressey 7 years ago
- Beginnings of refdex-processing logic. Well, it can create one. Chris Pressey 7 years ago
- Parse and dump reference links. Chris Pressey 7 years ago
- Parser links sections into documents. Chris Pressey 7 years ago
- Parse and display 'multiproperties' or whatever they'll be called. Chris Pressey 7 years ago
- Parse any embedded images that might appear before properties. Chris Pressey 7 years ago
- Accept underlined H1 heading, and parse document preamble. Chris Pressey 7 years ago