Markdown snippets

This commit is contained in:
Howard Abrams 2025-03-10 14:52:52 -07:00
parent 2f1a517391
commit 6155e58879
5 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# key: <ill
# name: ignore-line-length
# --
<!--- pyml disable-num-lines ${0} line-length -->

View file

@ -0,0 +1,4 @@
# key: <ils
# name: ignore-lines
# --
<!--- pyml disable-num-lines ${1} ${2:$$(yas-choose-value '("line-length" "no-bare-urls" "code-fence-style" ))} -->

View file

@ -0,0 +1,4 @@
# key: <inl
# name: ignore-next-line
# --
<!--- pyml disable-next-line ${1:$$(yas-choose-value '("line-length" "no-bare-urls" "code-fence-style" ))} -->

View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: ignore-lines
# key: <ils
# --
<!--- pyml disable-num-lines ${1} ${2:$$(yas-choose-value '("line-length" "no-bare-urls" "code-fence-style" ))} -->

View file

@ -0,0 +1,6 @@
# key: <sy
# name: yaml-code-block
# --
#+BEGIN_SRC yaml
$0
#+END_SRC