Forum: What markup is available?
Answered
The new forum looks very clean, but the editor seems a tiny bit minimalist...
What markup is available, for, say, comments or code snippets?
Please sign in to leave a comment.
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");
}
}