ffbd253e65
While I was at it, I address some prose-specific comments like passive sentences and weasel words.
16 lines
366 B
Text
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]] |