Introduction
An introduction to Hugo’s render hooks.
Read More »
Blockquote render hooks
Create a blockquote render hook to override the rendering of Markdown blockquotes to HTML.
Read More »
Code block render hooks
Create a code block render hook to override the rendering of Markdown code blocks to HTML.
Read More »
Heading render hooks
Create a heading render hook to override the rendering of Markdown headings to HTML.
Read More »
Image render hooks
Create an image render to hook override the rendering of Markdown images to HTML.
Read More »
Link render hooks
Create a link render hook to override the rendering of Markdown links to HTML.
Read More »
Passthrough render hooks
Create a passthrough render hook to override the rendering of text snippets captured by the Goldmark passthrough extension.
Read More »
Table render hooks
Create a table render hook to override the rendering of Markdown tables to HTML.
Read More »