Commit History
@master
git clone https://git.catseye.tc/Feedmark/
-
Remove dependency on Markdown renderer from parser module.
Chris Pressey
11 months ago
-
Push down image collection into Section model.
Chris Pressey
11 months ago
-
Improve interface on Document.
Chris Pressey
11 months ago
-
Shrink diff.
Chris Pressey
11 months ago
-
Don't be disruptive as to the interface exposed by the model.
Chris Pressey
11 months ago
-
Keep pushing renderer down, although this is not entirely pretty.
Chris Pressey
11 months ago
-
Append header_comment as well, simplify accumulation code.
Chris Pressey
11 months ago
-
Begin moving rendering out of parser.
Chris Pressey
11 months ago
-
Remove test for --output-links.
Chris Pressey
11 months ago
-
Shed --output-links and the beautifulsoup4 requirement.
Chris Pressey
11 months ago
-
Update README.
Chris Pressey
11 months ago
-
Bump version number everywhere, and fill out history.
Chris Pressey
11 months ago
-
Merge branch 'master' into develop-0.16
Chris Pressey
11 months ago
-
Bump version number in pyproject.toml.
Chris Pressey
11 months ago
-
Fix issue with overzealously stripping code block indentation.
Chris Pressey
11 months ago
-
Add failing test for rendering preformatted blocks.
Chris Pressey
11 months ago
-
Use re.sub() instead of while loops, to cut out extra newlines.
Chris Pressey
11 months ago
-
Improve how output Markdown is formatted.
Chris Pressey
11 months ago
-
Implement obtain_heading_text().
Chris Pressey
11 months ago
-
Improve test, understand why it's failing, move towards a fix
Chris Pressey
11 months ago
-
Reformat recently-added test using black.
Chris Pressey
11 months ago
-
Add failing test.
Chris Pressey
11 months ago
-
Bring the local marko changes into sync with marko fork.
Chris Pressey
11 months ago
-
Header comments before doc props. Inching closer to acceptable.
Chris Pressey
11 months ago
-
Get a lot closer to round-tripping with reasonable reformatting.
Chris Pressey
11 months ago
-
Drop support for Python 2.
Chris Pressey
1 year, 10 days ago
-
Accumulate images only from before the property list.
Chris Pressey
1 year, 10 days ago
-
Treat only the first list in a section as the property list.
Chris Pressey
1 year, 10 days ago
-
Reformat sources with black.
Chris Pressey
1 year, 10 days ago
-
Unnormalize label when extracting links. All tests pass again.
Chris Pressey
1 year, 10 days ago