Markdown Mode

Enable Markdown parsing for styled text output

const typer = new TypeMorph({
  parent: "target",
  speed: 40,
  parseMarkdown: true,
});

typer.type("# Heading Level 1\\n**Bold text** and _italic text_");