For a given block of code the <h1> and <h2> tags seem to be rendered the same.
It would be nice to have some differentiation.
<h1>Join the conversation on Mumble</h1>
<h2>Ground Rules</h2>
<h3>Use Push to Talk, and a Headset</h3>
<p>With so many people on the chat, you must use push to talk. ...
For a given block of code the `<h1>` and `<h2>` tags seem to be rendered the same.
It would be nice to have some differentiation.

```
<h1>Join the conversation on Mumble</h1>
<h2>Ground Rules</h2>
<h3>Use Push to Talk, and a Headset</h3>
<p>With so many people on the chat, you must use push to talk. ...
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
For a given block of code the
<h1>and<h2>tags seem to be rendered the same.It would be nice to have some differentiation.
merged to main