add support for page summary and summary cards
This commit is contained in:
parent
383cf855b5
commit
ff024740a4
5 changed files with 176 additions and 7 deletions
|
|
@ -24,3 +24,10 @@
|
|||
html.elem("image-magnifier-group", attrs: (role: "radiogroup"), body)
|
||||
}
|
||||
#let image-alt-group = html.elem.with("image-alt-group")
|
||||
|
||||
#let summary-card = html.elem.with("summary-card")
|
||||
#let summary-card-preview = html.elem.with("summary-card-preview")
|
||||
#let summary-card-description = html.elem.with("summary-card-description")
|
||||
#let summary-card-details = html.elem.with("summary-card-details")
|
||||
|
||||
#let summary-card-list = html.elem.with("summary-card-list")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue