MDX 测试This is a link to another document. This is a link to an external page.Multi-language support code blocks#JavaScriptPythonJavafunction helloWorld() { console.log('Hello, world!');}Copydef hello_world(): print 'Hello, world!'Copyclass HelloWorld { public static void main(String args[]) { System.out.println("Hello, World"); }}Copy