Skip to content

Commit a96af77

Browse files
authored
fix(docs): fix up code block in the MDX guide (#7673)
fix: code block
1 parent eea91cc commit a96af77

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/routes/docs/(qwikcity)/guides/mdx

1 file changed

+1
-1
lines changed

packages/docs/src/routes/docs/(qwikcity)/guides/mdx/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ export const Tags = component$(() => {
195195
</ul>
196196
);
197197
});
198+
```
198199

199200
## `useContent()`
200201

@@ -209,4 +210,3 @@ The `headings` array includes data about a markdown file's `<h1>` to `<h6>` [htm
209210

210211
Menus are contextual data declared with `menu.md` files. See [menus file definition](/docs/(qwikcity)/advanced/menu/index.mdx) for more information on the file format and location.
211212

212-
```

0 commit comments

Comments
 (0)