Skip to content

Commit

Permalink
Add <aside>
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsukehlab committed Jul 24, 2024
1 parent 8970b97 commit bf7ddf1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3503,6 +3503,18 @@ child article

<article>> [!NOTE]<br>This is a one-liner note.<br><article>This is inside <code>&lt;article&gt;</code>.</article></article>

## `<aside>`

<aside>aside</aside>

<article>
<p>before</p>
<aside>
<p>aside</p>
</aside>
<p>after</p>
</article>

## `<header>`

<header>header</header>
Expand Down

0 comments on commit bf7ddf1

Please sign in to comment.