[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-09-04。"],[],[],null,["# Markdown extensions\n\nCloud Shell tutorials support Markdown extensions to expand the\ncapability of the language.\n\nCode block formatting\n---------------------\n\nTo create a code block in your tutorial, use backticks: \n\n ```\n print(\"hello world\")\n ```\n\nCode blocks support syntax highlighting and have a button to copy the code to\nthe clipboard.\n\nYou can change the way a code block is displayed by adding a class name after\nthe first set of backticks. For example, to tell a code block to syntax\nhighlight as Python, you can add `py` as a class: \n\n \\`\\`\\`py\n print(\"hello world\")\n ```\n\nHere are some other classes you can use to change how a code block is shown:\n\nHere are the supported language styles for syntax highlighting:"]]