LunarVim/snips/markdown.snippets

11 lines
156 B
Text
Raw Normal View History

2020-05-23 19:39:04 +02:00
snippet meta(data)? "Markdown metadata front matter" br
---
title: $1
date: "`!v strftime("%Y-%m-%d")`"
image: "$2"
author: "$3"
tags: [$4]
---
endsnippet
2020-05-23 20:47:05 +02:00