Add InlineTitle component
This new component doesnβt rely on marked.js but escapes any special
characters and then replaces any backtick with a <code> HTML tag to
render any inline codeblocks in all titles.
Also updates tsconfig target to es2021, this gives us support for String.replaceAll
π Preview π Workflow runs π Branch on GitHub
This new component doesnβt rely on marked.js but escapes any special
characters and then replaces any backtick with a <code> HTML tag to
render any inline codeblocks in all titles.
Also updates tsconfig target to es2021, this gives us support for String.replaceAll
π Preview π Workflow runs π Branch on GitHub
No GiHub Actions Workflows found.
Remove InlineMarkdown component
No GiHub Actions Workflows found.
Fix e2e tests
No GiHub Actions Workflows found.
Rebase