You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: