mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1e8309a4a3
commit
fb98906c08
@ -12,7 +12,7 @@ builtin_snips = {
|
||||
'template': '<$1>${2*}</$1>',
|
||||
},
|
||||
|
||||
'</' : {
|
||||
'<>' : {
|
||||
'description': _('Insert a self closing HTML tag'),
|
||||
'template': '<$1/>$2',
|
||||
},
|
||||
@ -21,5 +21,11 @@ builtin_snips = {
|
||||
'description': _('Insert a HTML link'),
|
||||
'template': '<a href="$1">${2*}</a>',
|
||||
},
|
||||
|
||||
'<i' : {
|
||||
'description': _('Insert a HTML image'),
|
||||
'template': '<img src="$1" alt="${2*}" />$3',
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user