Skip to content

Commit f3d8246

Browse files
authored
Update markdown-feature-plugins.mdx
1 parent 2260081 commit f3d8246

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/guides/markdown-features/markdown-feature-plugins.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2+
title: MDX Plugins
23
id: plugins
34
description: Using MDX plugins to expand Markdown functionality in CodeHarborHub
45
slug: /markdown-features/plugins
56
---
67

7-
# MDX Plugins
8-
98
CodeHarborHub uses [MDX](https://mdxjs.com/) to power its documentation. Sometimes, you may want to extend or tweak Markdown syntax. For example:
109

1110
- Embed a YouTube video using image-like syntax: `![](https://youtu.be/example)`
@@ -224,4 +223,4 @@ export default {
224223
};
225224
```
226225

227-
This ensures your transformations (like heading prefixes) are included in generated tables of contents.
226+
This ensures your transformations (like heading prefixes) are included in generated tables of contents.

0 commit comments

Comments
 (0)