thanks @cblgh!
I fixed some syntax highlighting in the go section (golang isn't what you use to activate golang syntax highlighting).... and had a go at adding this <code-explorer>
to the go code ... but then hit this nasty race condition where marked
pre-renders the code going into <code-explorer>
component ... and it reads 4-space indent = START A CODE BLOCK... which totally fucks up the formatting of what I made
I got lost in the rabbit warren of marked lexing/ tokenizing/ rendering ... basically I want to turn off the markdown feature of indent -> code-block.
giving up