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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃憣 IMPROVE: MyST target block parsing #31

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

chrisjsewell
Copy link
Member

@chrisjsewell chrisjsewell commented Dec 2, 2021

Match characters instead of using regex.
This now allows for an unlimited target length and whitespace in the target.
Also improve default rendering, inline with https://github.com/executablebooks/myst-vs-code

closes #28

Match characters instead of using regex.
This now allows for an unlimited target length and whitespace in the target.
@codecov
Copy link

codecov bot commented Dec 2, 2021

Codecov Report

Merging #31 (1bd859a) into master (bb06119) will decrease coverage by 0.05%.
The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   93.26%   93.20%   -0.06%     
==========================================
  Files          24       24              
  Lines        1233     1237       +4     
==========================================
+ Hits         1150     1153       +3     
- Misses         83       84       +1     
Flag Coverage 螖
pytests 93.20% <90.90%> (-0.06%) 猬囷笍

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

Impacted Files Coverage 螖
mdit_py_plugins/myst_blocks/index.py 95.55% <90.90%> (-0.96%) 猬囷笍

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 bb06119...1bd859a. Read the comment docs.

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.

Support spaces in labels
1 participant