Uh oh!
There was an error while loading. Please reload this page.
fix(markdown): detect inline component followed non whitespace characters - #1227
Conversation
✅ Deploy Preview for nuxt-content ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
leipert
commented
Jun 7, 2022
@farnabaz thanks for getting started right away. I think there should be more characters allowed than just dot and comma. Question marks, exclamation marks, colons, semi colons, etc. I wonder (especially if you used square brackets and curly brackets before), if just any character that cannot be used in a component name should be allowed. |
farnabaz
commented
Jun 8, 2022
@leipert You are right, only ASCII chars, |
. and ,…ters (#1227) * fix(markdown): detect inline component followed by `.` and `,` * test: add test * chore: code style * fix: detect inline component regardless of ending character * test: update tests * docs(mdc): add example for inline ending chars * test: fix Co-authored-by: Yaël Guilloux <yael.guilloux@gmail.com>
🔗 Linked issue
resolves#1217
❓ Type of change
📚 Description
📝 Checklist