Skip to content

Instantly share code, notes, and snippets.

@munificent
Created March 14, 2019 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save munificent/d4838abac5870f65b5ac26cdcbad7248 to your computer and use it in GitHub Desktop.
Save munificent/d4838abac5870f65b5ac26cdcbad7248 to your computer and use it in GitHub Desktop.
doc.beginTag("p");
doc.appendText("I am an ");
doc.beginTag("strong");
doc.appendText("exciting");
doc.endTag("strong");
doc.appendText("paragraph!");
doc.endTag("p");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment