antfu / markdown-it-mdc

MDC (Markdown Components) syntax for markdown-it.
MIT License
101 stars 3 forks source link

test: add test for embedded inline props #9

Open QuentinRoy opened 4 months ago

QuentinRoy commented 4 months ago

Description

Adds additional tests (currently failing) for embedded inline props such as:

::card
  Some sentence with non breaking spaces. A [link](./something.tar){download} with download inline props. sentence with non breaking spaces.
::

::card
  A [link](./something.tar){download} with download inline props. Another [link](./something.tar) without inline props.
::

Linked Issues

10

QuentinRoy commented 4 months ago

@antfu, is there any pointers you could give me? I might be able to give it a crack when I have time, but I am not proficient with mdit.