Open
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?