Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code type is case sensitive, Java can not render java style #347

Closed
xwjie opened this issue May 6, 2018 · 3 comments
Closed

code type is case sensitive, Java can not render java style #347

xwjie opened this issue May 6, 2018 · 3 comments
Labels
type: enhancement Request to enhance an existing feature

Comments

@xwjie
Copy link

xwjie commented May 6, 2018

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;
@xwjie
Copy link
Author

xwjie commented May 6, 2018

XML also can not render correct

for example:

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-security</artifactId>
</dependency>

@ulivz ulivz added the type: enhancement Request to enhance an existing feature label May 6, 2018
@ulivz ulivz closed this as completed in 5e87b65 May 6, 2018
@ulivz
Copy link
Member

ulivz commented May 6, 2018

Fixed at 5e87b65

@ulivz
Copy link
Member

ulivz commented May 11, 2018

Will release it at 0.9.0: #419. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Request to enhance an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants