You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary> elements within a <details> tree are not rendered. This is mentioned in #140, but that seems to be much more focused on whitespace rendering, and I thought it would be useful to have this be in its own, more discoverable, more succinct issue.
Source Code
<details>
<summary>Some summary foo</summary>
Some content bar
</details>
Description
<summary>
elements within a<details>
tree are not rendered. This is mentioned in #140, but that seems to be much more focused on whitespace rendering, and I thought it would be useful to have this be in its own, more discoverable, more succinct issue.Source Code
With anything that renders HTML, you get:
Some summary foo
Some content bar
Expected behavior
Actual behavior
With glamour (at least, with
v0.6.0
used inglow v1.5.1
), you get:The text was updated successfully, but these errors were encountered: