Forum: What markup is available?
已回答
The new forum looks very clean, but the editor seems a tiny bit minimalist...
What markup is available, for, say, comments or code snippets?
请先登录再写评论。
There is Code style for the code paragraph, plus basic formatting you see on the toolbar.
Here is how the Code style looks like:
public class Main {public static void main(String[] args) {
System.out.println("Hello");
}
}