Hugo Blox Builder is designed to give technical content creators a seamless experience. You can focus on the content and Wowchemy handles the rest.
Highlight your code snippets, take notes on math classes, and draw diagrams from textual representation.
On this page, you’ll find some examples of the types of technical content that can be rendered with Wowchemy.
Examples Code Wowchemy supports a Markdown extension for highlighting code syntax. You can customize the styles under the syntax_highlighter option in your config/_default/params.yaml file.
```python import pandas as pd data = pd.read_csv("data.csv") data.head() ``` renders as
import pandas as pd data = pd.read_csv("data.csv") data.head() Mindmaps Wowchemy supports a Markdown extension for mindmaps.
Simply insert a Markdown markmap code block and optionally set the height of the mindmap as shown in the example below.
A simple mindmap defined as a Markdown list:
```markmap {height="200px"} - Hugo Modules - wowchemy - blox-plugins-netlify - blox-plugins-netlify-cms - blox-plugins-reveal ``` renders as