Sha256: f7b858c8d44d0b1188d3196a32bf0392bea45280f263a10a674c1ab8cd10ed98
Contents?: true
Size: 505 Bytes
Versions: 13
Compression:
Stored size: 505 Bytes
Contents
### Reuse Text Use file inclusion to stay DRY (Don't Repeat Yourself). Maintain reusable text in a separate file, then include it wherever it's needed. #### File To Be Included @[markdown](includee.md) #### Includer File @[markdown](includer.md) The treatment token ```:markdown``` specifies that the included text is to be treated as more markdown. @[:markdown](../interface.md) #### File with Inclusion Here's the output file, after inclusion. @[markdown](included.md)
Version data entries
13 entries across 13 versions & 1 rubygems