File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs/guides/markdown-features Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11---
2+ title : MDX Plugins
23id : plugins
34description : Using MDX plugins to expand Markdown functionality in CodeHarborHub
45slug : /markdown-features/plugins
56---
67
7- # MDX Plugins
8-
98CodeHarborHub 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: `  `
@@ -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.
You can’t perform that action at this time.
0 commit comments