mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-18 12:11:12 +00:00
feat: add support for '--image-align'
This commit is contained in:
committed by
Manuel Rüger
parent
875723da90
commit
c32cd79dc8
@@ -211,6 +211,7 @@ func templates(api *confluence.API) (*template.Template, error) {
|
||||
|
||||
`ac:image`: text(
|
||||
`<ac:image`,
|
||||
`{{ if .Align }} ac:align="{{ .Align }}"{{ end }}`,
|
||||
`{{ if .Width }} ac:width="{{ .Width }}"{{ end }}`,
|
||||
`{{ if .Height }} ac:height="{{ .Height }}"{{ end }}`,
|
||||
`{{ if .Title }} ac:title="{{ .Title }}"{{ end }}`,
|
||||
|
||||
Reference in New Issue
Block a user