Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING: Add collaborative render postprocessors for plugins. Input new RenderContext to both renderers and postprocessors #175

Merged
merged 11 commits into from
Apr 12, 2021

Conversation

hukkin
Copy link
Member

@hukkin hukkin commented Apr 10, 2021

One possible solution to #174

@codecov
Copy link

codecov bot commented Apr 10, 2021

Codecov Report

Merging #175 (fd95a9d) into master (8066530) will increase coverage by 1.54%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
+ Coverage   95.05%   96.60%   +1.54%     
==========================================
  Files          14       14              
  Lines         850      854       +4     
==========================================
+ Hits          808      825      +17     
+ Misses         42       29      -13     
Impacted Files Coverage Δ
mdformat/codepoints/_unicode_punctuation.py 100.00% <ø> (+75.00%) ⬆️
mdformat/codepoints/_unicode_whitespace.py 100.00% <ø> (+75.00%) ⬆️
mdformat/plugins.py 100.00% <100.00%> (ø)
mdformat/renderer/__init__.py 98.07% <100.00%> (+0.11%) ⬆️
mdformat/renderer/_default_renderers.py 98.57% <100.00%> (+0.01%) ⬆️
mdformat/renderer/_tree.py 95.59% <100.00%> (+1.00%) ⬆️
mdformat/renderer/typing.py 80.00% <100.00%> (+5.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8066530...fd95a9d. Read the comment docs.

@hukkin hukkin changed the title BREAKING: Collaborative renderer postprocessors for plugins BREAKING: Collaborative render postprocessors for plugins Apr 12, 2021
@hukkin hukkin changed the title BREAKING: Collaborative render postprocessors for plugins BREAKING: Add collaborative render postprocessors for plugins. Input new RenderContext to both renderers and postprocessors Apr 12, 2021
@hukkin hukkin marked this pull request as ready for review April 12, 2021 14:26
@hukkin hukkin merged commit 7a99e24 into master Apr 12, 2021
@hukkin hukkin deleted the plugin-postprocessors branch April 12, 2021 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants