Skip to content

Commit

Permalink
Org: Convert html img to native org syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tecosaur committed Oct 5, 2020
1 parent 040e5d0 commit e3fdf8c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions org-mode/img
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# key: img
# uuid: img
# --
<img src="$1"
alt="$2" align="${3:left}"
title="${4:image title}"
class="img"
</img>
$0
#+attr_html: :alt $2 :align ${3:left} :class img
[[${1:src}]${4:[${5:title}]}]
`%`$0

0 comments on commit e3fdf8c

Please sign in to comment.