This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@rocket/engine@0.2.5
Patch Changes
93503ed: HTML in headings will be ignored for the menu
Some examples:
<h1>Hello <em>Word</em></h1> => Hello Word
<h1>Hello <strong>World</strong> of <span>JS <em>(JavaScript)</em></span>!</h1> => Hello World of JS (JavaScript)!
3032ba9: Menus now support special characters in markdown headings.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@rocket/engine@0.2.5
Patch Changes
93503ed: HTML in headings will be ignored for the menu Some examples:
<h1>Hello <em>Word</em></h1>
=>Hello Word
<h1>Hello <strong>World</strong> of <span>JS <em>(JavaScript)</em></span>!</h1>
=>Hello World of JS (JavaScript)!
3032ba9: Menus now support special characters in markdown headings.
Examples: