Skip to content

Commit

Permalink
Add alerts in <hgroup> examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsukehlab committed Jun 5, 2024
1 parent 40a04e9 commit 6571c31
Showing 1 changed file with 110 additions and 0 deletions.
110 changes: 110 additions & 0 deletions NOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,116 @@ Broken since 14 Nov 2023: no content after `<br>`
> [!NOTE]<hgroup><h4>This is `<h4>` text.</h4><h5>This is `<h5>` text.</h5><p>This is `<p>` text.</p></hgroup>
### alerts in `<hgroup>`

<hgroup>
> [!NOTE]
> This is a note.
</hgroup>
<hgroup>

> [!NOTE]
> This is a note.
</hgroup>

<hgroup>
> [!NOTE]<br>This is a one-liner note.
</hgroup>
<hgroup>

> [!NOTE]<br>This is a one-liner note.
</hgroup>

<hgroup>

> [!NOTE]
> This is a note.
> <h4>This is <code>&lt;h4&gt;</code> text.</h4>
> <p>This is <code>&lt;p&gt;</code> text.</p>
</hgroup>

<hgroup>

> [!NOTE]
> <h4>This is <code>&lt;h4&gt;</code> text.</h4>
> <p>This is <code>&lt;p&gt;</code> text.</p>
</hgroup>

<hgroup>

> [!NOTE]
> <h4>This is <code>&lt;h4&gt;</code> text.</h4>
> <p>This is <code>&lt;p&gt;</code> text.</p>
> <p>second <code>&lt;p&gt;</code></p>
</hgroup>

<hgroup>

> [!NOTE]
> <h4>This is <code>&lt;h4&gt;</code> text.</h4>
</hgroup>

<hgroup>

> [!NOTE]
> <h4>This is <code>&lt;h4&gt;</code> text.</h4>
> <h5>This is <code>&lt;h5&gt;</code> text.</h5>
</hgroup>

<hgroup>

> [!NOTE]
> <h4>This is <code>&lt;h4&gt;</code> text.</h4>
> <h5>This is <code>&lt;h5&gt;</code> text.</h5>
> <p>This is <code>&lt;p&gt;</code> text.</p>
</hgroup>

<hgroup>

> [!NOTE]<br>This is a note.<h4>This is `<h4>` text.</h4><p>This is `<p>` text.</p>
</hgroup>

<hgroup>

> [!NOTE]<h4>This is `<h4>` text.</h4><p>This is `<p>` text.</p>
</hgroup>

<hgroup>

> [!NOTE]<h4>This is `<h4>` text.</h4><p>This is `<p>` text.</p><p>second `<p>`</p>
</hgroup>

<hgroup>

> [!NOTE]<h4>This is `<h4>` text.</h4>
</hgroup>

<hgroup>

> [!NOTE]<h4>This is `<h4>` text.</h4><h5>This is `<h5>` text.</h5>
</hgroup>

<hgroup>

> [!NOTE]<h4>This is `<h4>` text.</h4><h5>This is `<h5>` text.</h5><p>This is `<p>` text.</p>
</hgroup>

## code block

simple indented code block
Expand Down

0 comments on commit 6571c31

Please sign in to comment.