[[["이해하기 쉬움","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:"]]