Add snippets etc. for DW exporting
This commit is contained in:
parent
de1bc3590e
commit
363ec42825
5 changed files with 24 additions and 0 deletions
6
snippets/org-mode/oneimg
Normal file
6
snippets/org-mode/oneimg
Normal file
|
@ -0,0 +1,6 @@
|
|||
# name: one-image
|
||||
# key: oneimg
|
||||
# --
|
||||
#+HTML:<div class="figure oneup"><img src="$1"></div>
|
||||
|
||||
$0
|
6
snippets/org-mode/threeimg
Normal file
6
snippets/org-mode/threeimg
Normal file
|
@ -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
|
6
snippets/org-mode/twoimg
Normal file
6
snippets/org-mode/twoimg
Normal file
|
@ -0,0 +1,6 @@
|
|||
# name: two-image
|
||||
# key: twoimg
|
||||
# --
|
||||
#+HTML:<div class="figure twoup"><img src="$1"><img src="$2"></div>
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue