This block:
== Header **with bold**
Renders like this:
The **with bold** words are wrapped in a <strong>, but it's not rendered any differently from the rest of the header..
I suggest using a different color to make <strong> sections stand out:
.phui-document-view .phabricator-remarkup .remarkup-header strong { color: #000; }
Our use case is that we write UI text in bold in our specification (done with phriction). But this isn't apparent in titles, which is too bad! This would be subtle but useful for our use case.