๐ Nested parse attribution in `attr_block` by chrisjsewell ยท Pull Request #831 ยท executablebooks/MyST-Parser
Conversation
This is in keeping with the restructured text implementation, e.g.
Hallo -- Chris Sewell `link <https://source.com>`__
tokenizes to:
<document source="test.rst"> <block_quote> <paragraph> Hallo <attribution> Chris Sewell <reference name="link" refuri="https://source.com"> link
Codecov Report
All modified and coverable lines are covered by tests โ
Comparison is base (
635d74f) 90.26% compared to head (c7a35c7) 90.26%.
Additional details and impacted files
@@ Coverage Diff @@ ## master #831 +/- ## ======================================= Coverage 90.26% 90.26% ======================================= Files 23 23 Lines 2969 2970 +1 ======================================= + Hits 2680 2681 +1 Misses 289 289
| Flag | Coverage ฮ | |
|---|---|---|
| pytests | 90.26% <100.00%> (+<0.01%) |
โฌ๏ธ |
Flags with carried forward coverage won't be shown. Click here to find out more.
โ View full report in Codecov by Sentry.
๐ข Have feedback on the report? Share it here.
chrisjsewell
changed the title
๐ Nested parse attribution in attr_block
๐ Nested parse attribution in attr_block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters