| # -*- mode: snippet -*- | |
| # name: Section title | |
| # key: sec | |
| # -- | |
| ${1:Section} | |
| ${1:$(make-string (string-width yas-text) ?\-)} | |
| 
 | |
| $0
 |