This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

appview: pages/markup: allow center tag

author
hanna
committer
Tangled
date (May 22, 2025, 7:07 AM UTC) commit 47716518 parent a588f625
+3
+3
appview/pages/markup/markdown.go
··· 154 154 policy.AllowElements("source") 155 155 policy.AllowAttrs("src", "type").OnElements("source") 156 156 157 + // centering content 158 + policy.AllowElements("center") 159 + 157 160 policy.AllowAttrs("align", "style", "width", "height").Globally() 158 161 policy.AllowStyles( 159 162 "margin",