[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-09-04 UTC。"],[],[],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:"]]