We noticed that whenever the MD code was like this ```markdown {% hint style="SOMETHING" %} content & styling commands {% endhint %} ``` the following styling commands `**`, `_`, etc. were not taken into account when rendering.  The documentation [here](https://github.com/GitbookIO/public-docs/blob/main/creating-content/blocks/hint.md) doesn't specify that. I believe the doc should be updated to reflect this behavior or the parser should be modified. WDYT? I can do a PR if you want