markdown

Render the contents of a field as markdown.

view markdown -title string -field string
Parameter Description Required?
-title The title for the user-visible output. No
-field The field to render. No; defaults to a field other than time found in the points.

Example

Output shown above

const message = '# This is an annotation\n## Sub Heading\n\n- list item 1 \n- list item 2\n\n[juttle](http://github.com/juttle/juttle)';

emit -points [ { message: message } ] | view markdown