Sha256: af31724381bbf840259bf76a3bb1eab8d28c7cd8e2fb586beec05bbf2f014562

Contents?: true

Size: 698 Bytes

Versions: 13

Compression:

Stored size: 698 Bytes

Contents

### Include Markdown

Use file inclusion to include markdown.  The whole page, includer and includee, will be rendered when it's pushed to GitHub.

#### File to Be Included

Here's a file containing markdown to be included:

@[markdown](markdown.md)

#### Includer File

Here's a template file that includes it:

@[markdown](includer.md)

The treatment token ```:markdown``` specifies that the included text is to be treated as markdown.

@[:markdown](../interface.md)

#### File with Inclusion

Here's the finished file with the inclusion:

@[markdown](included.md)

And here's the finished markdown, as rendered on this page:

---

@[:markdown](markdown.md)

---

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
markdown_helper-2.5.4 markdown/use_cases/include/include_markdown/use_case_template.md
markdown_helper-2.5.3 markdown/use_cases/include/include_markdown/use_case_template.md
markdown_helper-2.5.2 markdown/use_cases/include/include_markdown/use_case_template.md
markdown_helper-2.5.1 markdown/use_cases/include/include_markdown/use_case_template.md
markdown_helper-2.5.0 markdown/use_cases/include/include_markdown/use_case_template.md
markdown_helper-2.4.0 markdown/use_cases/include/include_markdown/use_case_template.md
markdown_helper-2.3.0 markdown/use_cases/include_files/include_markdown/use_case_template.md
markdown_helper-2.2.0 markdown/use_cases/include_files/include_markdown/use_case_template.md
markdown_helper-2.1.0 markdown/use_cases/include_files/include_markdown/use_case_template.md
markdown_helper-2.0.0 markdown/use_cases/include_files/include_markdown/use_case_template.md
markdown_helper-1.9.9 markdown/use_cases/include_files/include_markdown/use_case_template.md
markdown_helper-1.9.5 markdown/use_cases/include_files/include_markdown/use_case_template.md
markdown_helper-1.9.0 markdown/use_cases/include/include_markdown/use_case_template.md