File: textile.snippets

package info (click to toggle)
vim-snippets 1.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 900 kB
  • sloc: python: 9; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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}