You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
I am not sure why this would matter but if you try to add a hint after a code block and there is an inline code snippet after it won't render it until after the next headline.
{% hint style="tip" %}
Rendered
{% endhint %}
More text with `snippet`
{% hint style="tip" %}
Rendered
{% endhint %}
\```html
<h1>Hi</h1>
\```
{% hint style="danger" %}
Not Rendered
{% endhint %}
More text with `snippet`## Fix Rendering
{% hint style="tip" %}
Rendered
{% endhint %}