Light and dark themes are supported out-of-the-box. See this post for steps how to toggle light and dark themes. Or see WebAssembly or Server samples.
The following steps are required in order to run the samples:
- Download node.js from downloads
- Navigate to src\MudBlazor.Markdown
- Open a console and run
npm ci
- Run
npm run build
Code block theme-switching is not supported out-of-the-box.
See Server or WebAssembly for examples.