Arikawa Takaya af9d25458b Fix Blackfriday's Markdown extension name
Those are homoglyphes and not the same names
2017-12-17 10:49:02 +01:00
..
2017-11-22 10:30:11 +01:00

readdirs Directory for Reusable Content

Files in this directory are:

  1. Used in more than one place within the Hugo docs
  2. Used in Examples of readdir (i.e. in local file templates)

These files are called using the readfile shortcode (source).

You can call this shortcode in the docs as follows:

{{% readfile file="/path/to/file.txt" markdown="true" %}}

markdown="true" is optional (default = "false") and parses the string through the Blackfriday renderer.