Skip to content

Instantly share code, notes, and snippets.

@nafeu
Created February 10, 2021 14:45
Show Gist options
  • Select an option

  • Save nafeu/ef379cc82008f789ec76d5d8a563d43f to your computer and use it in GitHub Desktop.

Select an option

Save nafeu/ef379cc82008f789ec76d5d8a563d43f to your computer and use it in GitHub Desktop.
/* Step 2: Construct page data from components */
for (const component of components) {
const { content } = Marked.parse(component);
console.log(content);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment