Skip to content

Instantly share code, notes, and snippets.

@evan-brass
Created December 25, 2020 22:28
Show Gist options
  • Save evan-brass/131c97cf7f238f93fca1e31485565c72 to your computer and use it in GitHub Desktop.
Save evan-brass/131c97cf7f238f93fca1e31485565c72 to your computer and use it in GitHub Desktop.
pull(/^<([a-zA-Z][a-zA-Z0-9\-]*)/, tag => {
const new_tag = { tag, attributes: {}, children: [] };
cursor.children.push(new_tag);
parse_attributes(new_tag);
parse_content(new_tag);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment