This would be the mermaid code with all the styling definitions taken out:
graph LR;
QuickStart(Quick Start) --> CmdPalette(Command<BR>Palette);
QuickStart --> CreateNotes("Create notes");
QuickStart --> InternalLinks("Internal Links");
click CreateNotes "/Create notes";
click CmdPalette "/Command palette";
click InternalLinks "/Internal link";