executablebooks / rst-to-myst

Convert ReStructuredText to MyST Markdown
https://rst-to-myst.readthedocs.io
MIT License
59 stars 10 forks source link

🐛 FIX: Unprocessed directive content #20

Closed chrisjsewell closed 3 years ago

chrisjsewell commented 3 years ago

Ensure non-Markdown directive arguments/content is not processed as text, e.g. by escaping certain characters.

codecov[bot] commented 3 years ago

Codecov Report

Merging #20 (34d0dc1) into main (9f145f5) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   84.09%   84.15%   +0.05%     
==========================================
  Files          10       10              
  Lines        1603     1609       +6     
==========================================
+ Hits         1348     1354       +6     
  Misses        255      255              
Flag Coverage Δ
pytests 84.15% <100.00%> (+0.05%) :arrow_up:

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

Impacted Files Coverage Δ
rst_to_myst/markdownit.py 91.53% <100.00%> (+0.06%) :arrow_up:
rst_to_myst/mdformat_render.py 96.33% <100.00%> (+0.06%) :arrow_up:
rst_to_myst/nodes.py 100.00% <100.00%> (ø)
rst_to_myst/states.py 88.70% <100.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 9f145f5...34d0dc1. Read the comment docs.