You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Sli.dev and I observe a regression when markdown-it-mdc is upgraded from version 0.2.3 to 0.2.4 (see this issue). I started to get Internal server error: Invalid block params when using the MDC syntax for vue component with parameters.
For inline component I found out that the error is only triggered when the component is the first element on a line. For example:
Inline :component{key="value" key2=value2}!
works, but not
:component{key="value" key2=value2}!
Similarly, block components with parameters also give an error.
Describe the bug
I'm using Sli.dev and I observe a regression when
markdown-it-mdc
is upgraded from version 0.2.3 to 0.2.4 (see this issue). I started to getInternal server error: Invalid block params
when using the MDC syntax for vue component with parameters.For inline component I found out that the error is only triggered when the component is the first element on a line. For example:
works, but not
Similarly, block components with parameters also give an error.
Reproduction
PR #13
System Info
Used Package Manager
npm
Validations
Contributions
The text was updated successfully, but these errors were encountered: