{ "marp's yaml option": { "prefix": "marp.bgse", "body": [ "---", "marp: true", "paginate: true", "theme: bgse", "size: 4:3", "---", "$1" ] }, "reveal.js's yaml option": { "prefix": "reveal", "body": [ "---", "theme: simple", "transition: 'slide'", "slideNumber: true", "enableTitleFooter: false", "---", "$1" ] }, "marp's lead class setting": { "prefix": [ "class.lead", "lead" ], "body": [ "", "$1" ] }, "marp's title": { "prefix": [ "class.title", "title" ], "body": [ "", "$1" ], "description": "title" }, "gh-page header": { "prefix": "gh-pages", "body": [ "---", "layout: post", "title: \"$1\"", "category: \"\"", "excerpt: \"\"", "---", "", "# {{ page.title }}" ] }, "link template": { "prefix": "link", "body": [ "[$1]($2)" ] }, "img": { "prefix": [ "!", "img" ], "body": [ "![${1:alt}](${2:src})" ], "description": "markdown image snippet" }, "grid": { "prefix": [ "grid", "row" ], "body": [ "
", "
", "", "${1:left}", "", "
", "
", "", "${2:right}", "", "
", "
" ], "description": "grid design" }, "today": { "prefix": "today", "body": [ "$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE" ], "description": "today" }, "div": { "prefix": "div", "body": [ "
", "", "${2:body}", "", "
" ], "description": "div tag" }, "link": { "prefix": "link", "body": [ "[$1]()" ], "description": "link" } }