hamacs/snippets/org-mode/plantuml
Howard Abrams ffbd253e65 Convert to lower-case #+BEGIN_SRC blocks
While I was at it, I address some prose-specific comments like passive
sentences and weasel words.
2022-06-17 17:25:47 -07:00

16 lines
366 B
Text

# -*- mode: snippet -*-
# name: plantuml
# key: <p
# contributor: Howard Abrams
# group: plantuml
# --
#+begin_src plantuml :file ${1:`(ha-org-next-image-number)`}.${2:png} :exports file :results file
@startuml
!include https://raw.githubusercontent.com/ptrkcsk/one-dark-plantuml-theme/v1.0.0/theme.puml
$0
@enduml
#+end_src
#+attr_org: :width 800px
[[file:$1.$2]]