How to use code highlight
Modify following at site’s config to:
12345highlight:enable: trueline_number: trueauto_detect: falsetab_replace:Add code with code tag, e.g.:
123456789```javapublic class Test {public static void main(String[] args) {System.out.println("Hello Code Highlight");}}```Preview
12345678public class Test {public static void main(String[] args) {System.out.println("Hello Code Highlight");}}