md2html: Wrap images in <figure> tags
This commit is contained in:
parent
733ce1b119
commit
c856e612af
1 changed files with 2 additions and 0 deletions
2
md2html
2
md2html
|
@ -162,7 +162,9 @@ function inline(text) {
|
|||
filenam = $0
|
||||
gsub(/(^!\[|\].*$)/, "", txt)
|
||||
gsub(/(^!.*\(|\)$)/, "", filenam)
|
||||
level(prefix "figure")
|
||||
oneliner("img",""," src=\"" escape(filenam) "\" alt=\"" escape(txt) "\"")
|
||||
oneliner("figcaption", txt, "")
|
||||
next
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue