Skip to content

Commit

Permalink
Add image snippet for markdown
Browse files Browse the repository at this point in the history
So I don't have to remember the command anymore
  • Loading branch information
jisantuc committed Jan 7, 2025
1 parent 6cb2215 commit b8681a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dotfiles/neovim/snippets/markdown.snippets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
snippet patat-slide
## slide heading
## ${1}

<!--
speaker notes
Expand All @@ -9,3 +9,8 @@ snippet patat-speaker-notes
<!--
speaker notes
-->

snippet patat-image
\`\`\`sixel
magick convert -resize 480 "${1}" sixel:-
\`\`\`

0 comments on commit b8681a6

Please sign in to comment.