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
[0.2.0] Fix: inline code rule shouldn't consume empty blocks (#26)
Empty inline blocks should behave as if they were just text.
Additionally add updates to sample app + test to handle escaping ticks
Bump the version to 2.2.0 for the change to `createSimpleMarkdownRules` API
Context:
This enables text such as \```sample text``` to be rendered as:
```sample text```