mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-30 11:13:06 +00:00
42c8ec549b
The new highlighter does not work to well if no syntax is specified for the code block / code fence / indention. See https://github.com/gohugoio/hugo/pull/8917
508 B
508 B
title | description |
---|---|
Include | Displays content from other markdown files |
The include shortcode includes other files from your project inside of the current file. This can even contain markdown and will be taken into account when generating the table of contents.
Usage
{{%/* include "<file>" */%}}
Examples
Arbitray content
{{% include "shortcodes/INCLUDE_ME.md" %}}
{{% expand "Show markup" %}}
{{%/* include "shortcodes/INCLUDE_ME.md" */%}}
{{% /expand %}}