We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2260081 commit f3d8246Copy full SHA for f3d8246
1 file changed
docs/guides/markdown-features/markdown-feature-plugins.mdx
@@ -1,11 +1,10 @@
1
---
2
+title: MDX Plugins
3
id: plugins
4
description: Using MDX plugins to expand Markdown functionality in CodeHarborHub
5
slug: /markdown-features/plugins
6
7
-# MDX Plugins
8
-
9
CodeHarborHub uses [MDX](https://mdxjs.com/) to power its documentation. Sometimes, you may want to extend or tweak Markdown syntax. For example:
10
11
- Embed a YouTube video using image-like syntax: ``
@@ -224,4 +223,4 @@ export default {
224
223
};
225
```
226
227
-This ensures your transformations (like heading prefixes) are included in generated tables of contents.
+This ensures your transformations (like heading prefixes) are included in generated tables of contents.
0 commit comments