From eafe07109b842275e986df4079fb7e57a02af7b7 Mon Sep 17 00:00:00 2001 From: Valentin Bossi Date: Sun, 24 Dec 2023 21:05:32 +0100 Subject: [PATCH] docs: fix up markdown rendering (#5532) --- .../docs/src/routes/docs/(qwikcity)/guides/mdx/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs/src/routes/docs/(qwikcity)/guides/mdx/index.mdx b/packages/docs/src/routes/docs/(qwikcity)/guides/mdx/index.mdx index 8d62851f13d..2b1b65b3465 100644 --- a/packages/docs/src/routes/docs/(qwikcity)/guides/mdx/index.mdx +++ b/packages/docs/src/routes/docs/(qwikcity)/guides/mdx/index.mdx @@ -33,7 +33,7 @@ src/ └── index.mdx # https://example.com/some/path ``` -```Markdown title="src/routes/some/path/index.mdx" +```markdown title="src/routes/some/path/index.mdx" --- title: Hello World Title --- @@ -59,7 +59,7 @@ src/ └── index.mdx # https://example.com/some/path ``` -```Markdown title="src/routes/some/path/index.mdx" +```markdown title="src/routes/some/path/index.mdx" --- title: Hello World Title --- @@ -161,7 +161,7 @@ The above example will generate the following HTML code. ## Reading frontmatter data Frontmatter keys are accessible by leveraging the `useDocumentHead()` hook. -```Markdown title="src/routes/some/path/index.mdx" +```markdown title="src/routes/some/path/index.mdx" --- title: Hello World Title tags: