History of
src
/
feedmark
/
formats
@master
git clone https://git.catseye.tc/Feedmark/
-
Use re.sub() instead of while loops, to cut out extra newlines.
Chris Pressey
18 days ago
-
Improve how output Markdown is formatted.
Chris Pressey
18 days ago
-
Header comments before doc props. Inching closer to acceptable.
Chris Pressey
23 days ago
-
Get a lot closer to round-tripping with reasonable reformatting.
Chris Pressey
23 days ago
-
Drop support for Python 2.
Chris Pressey
a month ago
-
Reformat sources with black.
Chris Pressey
a month ago
-
In LinkRefDefs, track, and retrieve unnormalized labels.
Chris Pressey
a month ago
-
Rid the world of "section link_ref_defs", they shouldn't exist.
Chris Pressey
a month ago
-
Use link_ref_defs instead of reference_links, everywhere.
Chris Pressey
a month ago
-
Arrange licensing info in repo following REUSE 3.0 convention.
Chris Pressey
1 year, 1 month ago
-
Add support for hyperlinks on images on entries.
Chris Pressey
4 years ago
-
Upgrade regular expressions to get tests to pass again.
Chris Pressey
4 years ago
-
Deep-HTMLize OrderedDicts as OrderedDicts.
Chris Pressey
6 years ago
-
Make sure this works with @-list properties.
Chris Pressey
6 years ago
-
When htmlizing property values, do not include enclosing paragraph.
Chris Pressey
6 years ago
-
Refactor Markdown->HTML5 helper function into format module.
Chris Pressey
6 years ago
-
Partially, but we need to globalize the reference links it seems.
Chris Pressey
6 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
7 years ago
-
Bestow anchor ids on h3 elements with Markdown extension; faster!
Chris Pressey
7 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