Closed dayleparker closed 1 year ago
Looks like in packages/module/src/ConsoleShared/src/components/markdown-extensions/admonition-extension.tsx
have to wrap content in QuickStartMarkdownView
const mdContent = <QuickStartMarkdownView content={content} />;
<Alert>{mdContent}</Alert>
We usually use bold text to indicate we are writing about a button or a UI element in the console. We also need this capability to render in notes and other admonitions.
Currently the bold markup renders as:
See line 57 in this source yaml for the markup used. (I need to still delete the extra 'NOTE' written in there)
Thanks for your help figuring this out, @jschuler !