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: Use correct renderer for state.inline_text #466

Merged
merged 1 commit into from Dec 16, 2021

Conversation

chrisjsewell
Copy link
Member

@chrisjsewell chrisjsewell commented Dec 16, 2021

Previously state.inline_text() (used by some directives)
always parsed text with the DocutilsRenderer.
Now it will correctly use the SphinxRenderer,
when parsing with sphinx,
allowing for cross-document references to be handled.

Previously `state.inline_text` (used by some directives)
always parsed text with the `DocutilsRenderer`.
Now it will correctly use the `SphinxRenderer`,
when parsing with sphinx,
allowing for cross-document references to be handled.
@codecov
Copy link

codecov bot commented Dec 16, 2021

Codecov Report

Merging #466 (4955092) into master (b7ab7fc) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #466      +/-   ##
==========================================
- Coverage   90.30%   90.30%   -0.01%     
==========================================
  Files          16       16              
  Lines        1991     1990       -1     
==========================================
- Hits         1798     1797       -1     
  Misses        193      193              
Flag Coverage 螖
pytests 90.30% <100.00%> (-0.01%) 猬囷笍

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

Impacted Files Coverage 螖
myst_parser/mocking.py 86.59% <100.00%> (-0.06%) 猬囷笍

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 b7ab7fc...4955092. Read the comment docs.

@chrisjsewell chrisjsewell merged commit 9362e44 into master Dec 16, 2021
@chrisjsewell chrisjsewell deleted the fix-inline-parse branch December 16, 2021 22:16
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

1 participant