Add EXAMPLE, SOURCE, and CODE blocks #73
Labels
enhancement
Improvement or suggestion
PR / Bounty only
External demand, as such, external funding / effort is required to make this happen
<!-- EXAMPLE[./example.js] -->
will output the file in a syntax code block, and replacesrequire('./')
withrequire('the-package-name')
- useful for including example code files<!-- CODE[./input.js] -->
will output the file in a syntax highlighted code block - useful for including code files<!-- SOURCE[./output.md] -->
will output the file as is, no code block wrapper - useful for including markdown and HTML filesThe text was updated successfully, but these errors were encountered: