Skip to content

Instantly share code, notes, and snippets.

@stefandobre
Created February 5, 2021 12:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefandobre/92c07f6412372642afcc13f0d8d251c1 to your computer and use it in GitHub Desktop.
Save stefandobre/92c07f6412372642afcc13f0d8d251c1 to your computer and use it in GitHub Desktop.
const marked = requireModule('marked');
// library-specific options
marked.setOptions({
headerIds: false
});
apex.env.P5_HTML = marked(apex.env.P5_MARKDOWN);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment