-
-
Notifications
You must be signed in to change notification settings - Fork 122
H1 are not shown #255
Copy link
Copy link
Open
Labels
Description
While thinkering with the site, I've found a bug in markdown rendering: top level titles (AKA <h1>) are rendered at the HTML level, but are not visible:
Compare:
- https://www.php-fig.org/bylaws/mission-and-structure/
- https://github.com/php-fig/fig-standards/blob/master/bylaws/001-mission-and-structure.md
The Structure top title is not shown:
But it's present in HTML:
Maybe it's a CSS issue?
Reactions are currently unavailable

