Skip to content

Commit

Permalink
docs: fix up markdown rendering (QwikDev#5532)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBossi authored Dec 24, 2023
1 parent 072d0b3 commit eafe071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docs/src/routes/docs/(qwikcity)/guides/mdx/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand All @@ -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
---
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit eafe071

Please sign in to comment.