Introduction
An introduction to Hugo's render hooks.
Blockquotes
Create a blockquote render hook to override the rendering of Markdown blockquotes to HTML.
Code blocks
Create a code block render hook to override the rendering of Markdown code blocks to HTML.
Headings
Create a heading render hook to override the rendering of Markdown headings to HTML.
Images
Create an image render to hook override the rendering of Markdown images to HTML.
Links
Create a link render hook to override the rendering of Markdown links to HTML.
Passthrough
Create a passthrough render hook to override the rendering of text snippets captured by the Goldmark passthrough extension.
Tables
Create a table render hook to override the rendering of Markdown tables to HTML.