Add snippets etc. for DW exporting
parent
de1bc3590e
commit
363ec42825
@ -0,0 +1,4 @@
|
|||||||
|
# name: backblazeurl
|
||||||
|
# key: bb
|
||||||
|
# --
|
||||||
|
https://f003.backblazeb2.com/file/$0
|
@ -0,0 +1,6 @@
|
|||||||
|
# name: one-image
|
||||||
|
# key: oneimg
|
||||||
|
# --
|
||||||
|
#+HTML:<div class="figure oneup"><img src="$1"></div>
|
||||||
|
|
||||||
|
$0
|
@ -0,0 +1,6 @@
|
|||||||
|
# name: three-image
|
||||||
|
# key: threeimg
|
||||||
|
# --
|
||||||
|
#+HTML:<div class="figure threeup"><img src="$1"><img src="$2"><img src="$3"></div>
|
||||||
|
|
||||||
|
$0
|
@ -0,0 +1,6 @@
|
|||||||
|
# name: two-image
|
||||||
|
# key: twoimg
|
||||||
|
# --
|
||||||
|
#+HTML:<div class="figure twoup"><img src="$1"><img src="$2"></div>
|
||||||
|
|
||||||
|
$0
|
Loading…
Reference in New Issue