Sha256: 00eaf7c5aa9657372c029ae1bae26bbd7f36d742b3c7c9488a2afc0d80c25189

Contents?: true

Size: 691 Bytes

Versions: 10

Compression:

Stored size: 691 Bytes

Contents

### Include Text As Pre

Use file inclusion to include text as pre-formatted (rather than as a code block).

You might need to do this if you have text to include that has triple-backticks.

#### File to Be Included

Here's a file containing text to be included; the text has triple-backticks.:

@[markdown](triple_backtick.md)

#### Includer File

Here's a template file that includes it:

@[markdown](includer.md)

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

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

#### File with Inclusion

Here's the finished file with the included preformatted text:

@[markdown](included.md)

Version data entries

10 entries across 10 versions & 1 rubygems

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