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