Add `cite` attribute (#192) It can appear in a `<blockquote>`. - Closes https://github.com/maragudk/gomponents/issues/189 Signed-off-by: Yarden Shoham <git@yardenshoham.com>
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M html/elements_test.go → html/elements_test.go
@@ -45,6 +45,7 @@ {Name: "button", Func: Button}, {Name: "canvas", Func: Canvas}, {Name: "caption", Func: Caption}, {Name: "cite", Func: Cite}, + {Name: "cite", Func: CiteEl}, {Name: "code", Func: Code}, {Name: "colgroup", Func: ColGroup}, {Name: "data", Func: DataEl},