Demo Page 1
This is how you can create a dedicated webpage for your VitePress site. Markdown, and other markdown-it features are supported. It even supports multilingual localization.
Bold Text
java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}