Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Doesn't render if placed after a code block #8

@nrdobie

Description

@nrdobie

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 %}

I am using:

  • GitBook v3.2.2
  • Hints v1.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions