docs: added checkout storefront guides (#7678)

* add first guides

* added more guides

* finished payment + added stripe

* finished adding guides

* updated generated sidebar
This commit is contained in:
Shahed Nasser
2024-06-12 20:46:06 +03:00
committed by GitHub
parent 7e7e6e3311
commit 85d487d90b
13 changed files with 1375 additions and 11 deletions

View File

@@ -268,7 +268,7 @@ export const CodeBlockLine = ({
tooltipClassName="font-base"
render={({ content }) => (
<MarkdownContent
allowedElements={["a", "strong", "code"]}
allowedElements={["a", "strong", "code", "br"]}
unwrapDisallowed={true}
>
{content || ""}