Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(renderer): support for description metadata #893

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Dec 29, 2021

appears in HTML document as a <meta name="description" content="...">
tag

fixes #892

Signed-off-by: Xavier Coulon [email protected]

appears in HTML document as a `<meta name="description" content="...">`
tag

fixes bytesparadise#892

Signed-off-by: Xavier Coulon <[email protected]>
@codecov
Copy link

codecov bot commented Dec 29, 2021

Codecov Report

Merging #893 (e9a287c) into master (750bffe) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #893   +/-   ##
=======================================
  Coverage   80.23%   80.24%           
=======================================
  Files          84       84           
  Lines        6836     6838    +2     
=======================================
+ Hits         5485     5487    +2     
  Misses        850      850           
  Partials      501      501           

@xcoulon xcoulon merged commit 3c71438 into bytesparadise:master Dec 29, 2021
@xcoulon xcoulon deleted the Issue892_description_attribute branch December 29, 2021 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support description attribute
1 participant