Closed nickchen120235 closed 1 year ago
Describe the bug If header_text is set to multi-line content with HTML tags, the content of twitter:description meta tag will overflow to body.
header_text
twitter:description
meta
body
To Reproduce Steps to reproduce the behavior:
_config.yml
header_text: > This is the first line <div style="color: white">This is the second line</div>
Expected behavior Overflow should not happen
Screenshots
Nice thanks, let me check the linked PR ;)
Describe the bug If
header_text
is set to multi-line content with HTML tags, the content oftwitter:description
meta
tag will overflow tobody
.To Reproduce Steps to reproduce the behavior:
header_text
in_config.yml
toExpected behavior Overflow should not happen
Screenshots