We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Java
in marddown file, when insert code, the code type is case sensitive, Java can not render with java style.
// in github , ```Java``` can render with java style, but vuepress can not, must be ```java``` int i = 0;