-
-
Notifications
You must be signed in to change notification settings - Fork 62
Add EXAMPLE, SOURCE, and CODE blocks #73
Copy link
Copy link
Open
Labels
PR / Bounty onlyExternal demand, as such, external funding / effort is required to make this happenExternal demand, as such, external funding / effort is required to make this happenenhancementImprovement or suggestionImprovement or suggestion
Metadata
Metadata
Assignees
Labels
PR / Bounty onlyExternal demand, as such, external funding / effort is required to make this happenExternal demand, as such, external funding / effort is required to make this happenenhancementImprovement or suggestionImprovement or suggestion
Type
Fields
Give feedbackNo fields configured for issues without a type.
<!-- 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 files