I was using the npm start command to bring up the preview server and noticed that code blocks (either using the triple backtick or the indent method) would have their first line indented incorrectly. Looks like the first line has no spaces in front of it.
Also, in the final compiled documentation, it looks like a bunch of unnecessary empty comments are added between each line.
Left side shows compiled documentation. Right side show preview server.

I was using the
npm startcommand to bring up the preview server and noticed that code blocks (either using the triple backtick or the indent method) would have their first line indented incorrectly. Looks like the first line has no spaces in front of it.Also, in the final compiled documentation, it looks like a bunch of unnecessary empty comments are added between each line.
Left side shows compiled documentation. Right side show preview server.