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

✨ NEW: Add span parsing to inline attributes plugin #55

Merged
merged 4 commits into from
Dec 5, 2022

Conversation

chrisjsewell
Copy link
Member

@chrisjsewell chrisjsewell commented Dec 4, 2022

Update attrs_plugin to support non-self-closing syntaxes (like spans and links),
and add parsing for text enclosed in [] as spans, e.g. [my text]{#a .b}.

Also update attrs plugin to support non self-closing syntaxes (like links)
@codecov
Copy link

codecov bot commented Dec 4, 2022

Codecov Report

Base: 92.09% // Head: 92.36% // Increases project coverage by +0.27% 🎉

Coverage data is based on head (28f8f5a) compared to base (7588de2).
Patch coverage: 95.74% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   92.09%   92.36%   +0.27%     
==========================================
  Files          27       27              
  Lines        1530     1572      +42     
==========================================
+ Hits         1409     1452      +43     
+ Misses        121      120       -1     
Flag Coverage Δ
pytests 92.36% <95.74%> (+0.27%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mdit_py_plugins/attrs/index.py 92.06% <95.74%> (+6.34%) ⬆️
mdit_py_plugins/attrs/parse.py 85.44% <0.00%> (+1.89%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@chrisjsewell chrisjsewell changed the title ✨ NEW: Add span plugin ✨ NEW: Add span parsing to inline attributes plugin Dec 4, 2022
@chrisjsewell chrisjsewell merged commit 277229c into master Dec 5, 2022
@chrisjsewell chrisjsewell deleted the span-plugin branch December 5, 2022 09:59
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.

1 participant