History of
src
/
feedmark
@master
git clone https://git.catseye.tc/Feedmark/
-
Improve interface on Document.
Chris Pressey
7 days ago
-
Shrink diff.
Chris Pressey
7 days ago
-
Don't be disruptive as to the interface exposed by the model.
Chris Pressey
7 days ago
-
Keep pushing renderer down, although this is not entirely pretty.
Chris Pressey
12 days ago
-
Append header_comment as well, simplify accumulation code.
Chris Pressey
12 days ago
-
Begin moving rendering out of parser.
Chris Pressey
12 days ago
-
Remove test for --output-links.
Chris Pressey
12 days ago
-
Shed --output-links and the beautifulsoup4 requirement.
Chris Pressey
12 days ago
-
Fix issue with overzealously stripping code block indentation.
Chris Pressey
14 days ago
-
Add failing test for rendering preformatted blocks.
Chris Pressey
14 days ago
-
Use re.sub() instead of while loops, to cut out extra newlines.
Chris Pressey
14 days ago
-
Improve how output Markdown is formatted.
Chris Pressey
14 days ago
-
Implement obtain_heading_text().
Chris Pressey
14 days ago
-
Improve test, understand why it's failing, move towards a fix
Chris Pressey
14 days ago
-
Reformat recently-added test using black.
Chris Pressey
14 days ago
-
Add failing test.
Chris Pressey
14 days ago
-
Header comments before doc props. Inching closer to acceptable.
Chris Pressey
19 days ago
-
Get a lot closer to round-tripping with reasonable reformatting.
Chris Pressey
19 days ago
-
Drop support for Python 2.
Chris Pressey
a month ago
-
Accumulate images only from before the property list.
Chris Pressey
a month ago
-
Treat only the first list in a section as the property list.
Chris Pressey
a month ago
-
Reformat sources with black.
Chris Pressey
a month ago
-
Unnormalize label when extracting links. All tests pass again.
Chris Pressey
a month ago
-
In LinkRefDefs, track, and retrieve unnormalized labels.
Chris Pressey
a month ago
-
Brace ourselves for considering a huge zag.
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
-
Override render_link_ref, not render_link itself.
Chris Pressey
a month ago
-
Adopt the CleanMarkdownRenderer from Cleandown project.
Chris Pressey
a month ago
-
Update unit tests for recent import of recent marko fork.
Chris Pressey
a month ago