# Guides

There’s a lot of things you can do with MDX, so we’ve begun collecting guides
for common use cases, tools, and patterns.
It’s intended to become the central knowledge base for MDX, so please feel free
to add to them by [contributing](/contributing)!

*   [Add syntax highlighting to code blocks](/guides/syntax-highlighting)
*   [Add a live code block](/guides/live-code)
*   [**[WIP]** Implement a dynamic table of contents](/guides/table-of-contents)
*   [**[WIP]** Use MDX in a Vue project](/guides/vue)

## Customizing

At it’s core MDX is minimal and unopinionated, so there’s often a need to
customize it.
Here are a few ways to do that:

*   [Write a custom remark plugin](/guides/writing-a-plugin)
*   [Building a custom webpack loader](/guides/custom-loader)
*   [Wrapper customization](/guides/wrapper-customization)
