maragudk / gomponents

HTML components in pure Go.
https://www.gomponents.com
MIT License
1.3k stars 32 forks source link

Add `cite` attribute #192

Closed yardenshoham closed 3 months ago

yardenshoham commented 3 months ago

It can appear in a <blockquote>.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (033f6ac) to head (f3a202e). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #192 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 9 9 Lines 534 538 +4 ========================================= + Hits 534 538 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

markuswustenberg commented 3 months ago

Thanks for this @yardenshoham ! 😊