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
In the Run Kuma section of the Install docs for macOS, there is a code block that will throw an error as it includes some Vuepress code that was not interpolated.
The error is due to how vuepress interpets fenced blocks. Reading the source, this is already handled for other code examples by putting them in a <div class='language-sh'> block. It looks like this example used the wrong type of markup.
What happened?
In the Run Kuma section of the Install docs for macOS, there is a code block that will throw an error as it includes some Vuepress code that was not interpolated.
The current code block is:
and it should be:
The error is due to how vuepress interpets fenced blocks. Reading the source, this is already handled for other code examples by putting them in a
<div class='language-sh'>
block. It looks like this example used the wrong type of markup.I've submitted a patch to fix this: #1041
The text was updated successfully, but these errors were encountered: