[break] body = ["
$0"] description = "Make br tag." prefix = "br" scope = "markdown" ["check box"] body = ["* [${1:checked?|x,' '}] $0"] description = "Make checkbox." prefix = "check" scope = "markdown" [comment] body = [""] description = "Comment" prefix = "comment" scope = "markdown" [github_alert_caution] body = ["> [!CAUTION]","> $0"] description = "Negative potential consequences of an action." prefix = ["github_warning","warning"] scope = "markdown" [github_alert_important] body = ["> [!IMPORTANT]","> $0"] description = "Crucial information necessary for users to succeed." prefix = ["github_important","important"] scope = "markdown" [github_alert_note] body = ["> [!NOTE]","> $0"] description = "Highlights information that users should take into account, even when skimming." prefix = ["github_note","note"] scope = "markdown" [github_alert_tip] body = ["> [!TIP]","> $0"] description = "Optional information to help a user be more successful." prefix = ["github_tip","tip"] scope = "markdown" [github_alert_warning] body = ["> [!WARNING]","> $0"] description = "Critical content demanding immediate user attention due to potential risks." prefix = ["github_warning","warning"] scope = "markdown" ["textlint off on"] body = ["","$0",""] description = "Stop textlint rule for a time." prefix = ["textlint-off-on"] scope = "markdown" [zenn_alert] body = ["",":::message alert","$1",":::","","$0"] description = "zenn alert message area." prefix = ["zenn_alert","alert"] scope = "markdown" [zenn_details] body = ["","",":::details $1","$2",":::","","$0"] description = "zenn message area." prefix = ["zenn_details","details"] scope = "markdown" [zenn_message] body = ["",":::message","$1",":::","","$0"] description = "zenn message area." prefix = ["zenn_message","message"] scope = "markdown"