diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-08-28 12:24:01 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-08-28 12:24:01 +0100 |
| commit | 823302458ec6c53455a3f34674415c43ce6a3187 (patch) | |
| tree | 92168b44b01f5b2236b7cdf331e227c4790431ee /snippets/textile.snippets | |
| parent | 9ea6111717518625cbd28a020493ec06610ff01e (diff) | |
Added snippets directory
Diffstat (limited to 'snippets/textile.snippets')
| -rw-r--r-- | snippets/textile.snippets | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/snippets/textile.snippets b/snippets/textile.snippets new file mode 100644 index 0000000..1522bad --- /dev/null +++ b/snippets/textile.snippets @@ -0,0 +1,30 @@ +# Jekyll post header +snippet header + --- + title: ${1:title} + layout: post + date: ${2:date} ${0:hour:minute:second} -05:00 + --- + +# Image +snippet img + !${1:url}(${2:title}):${0:link}! + +# Table +snippet | + |${1}| + +# Link +snippet link + "${1:link text}":${0:url} + +# Acronym +snippet ( + (${1:Expand acronym}) + +# Footnote +snippet fn + [${1:ref number}] ${0} + + fn$1. ${2:footnote} + |
