Files
2024-04-30 07:08:23 +02:00

8 lines
160 B
Plaintext

# -*- mode: snippet -*-
# name: table
# key: <ta
# --
#+caption: ${1: caption of the table}
|${2:column 1} | ${3: column 2} |
|--------------+----------------|