๐Ÿ‘Œ Nested parse attribution in `attr_block` by chrisjsewell ยท Pull Request #831 ยท executablebooks/MyST-Parser

Conversation

@chrisjsewell

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

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 chrisjsewell linked an issue

Nov 24, 2023

that may be closed by this pull request

@chrisjsewell chrisjsewell changed the title ๐Ÿ‘Œ Nested parse attribution in attr_block ๐Ÿ‘Œ Nested parse attribution in attr_block

Nov 24, 2023

1 participant

@chrisjsewell