<!-- If reporting a bug, please make sure to provide the following: - win10 - Node.js 8.9.1 - VuePress version : 0.8.4 - Browser version : chrome - Is this a global or local install? global - Which package manager did you use for the install? : yarm And, the best would be providing a reproduction repository. That takes guessing work out of the way and saves us time. --> in marddown file, when insert code, the code type is case sensitive, `Java` can not render with java style. ```Java // in github , ```Java``` can render with java style, but vuepress can not, must be ```java``` int i = 0; ```