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
No GiHub Actions Workflows found.
Remove InlineMarkdown component
No GiHub Actions Workflows found.
Fix e2e tests
No GiHub Actions Workflows found.
Rebase