Skip to content

Commit

Permalink
Add <title> examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsukehlab committed Feb 26, 2024
1 parent f028088 commit f1f59ec
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions NOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2337,6 +2337,99 @@ title

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

## `<title>`

<title>title</title>

<title>
<p>
paragraph test
</p>
</title>

### `<title>` in alerts

> [!NOTE]
> This is a note.
> <title>This is inside <code>&lt;title&gt;</code>.</title>
> [!NOTE]
> <title>This is inside <code>&lt;title&gt;</code>.</title>
> [!NOTE]<br>This is a one-liner note.<br><title>This is inside `<title>`.</title>
> [!NOTE]<br>This is a one-liner note.<title>This is inside `<title>`.</title>
> [!NOTE]<br><title>This is inside `<title>`.</title>
> [!NOTE]
> <title>
> This is inside <code>&lt;title&gt;</code>.
> </title>
> [!NOTE]
> <title>
> <p>
> This is inside <code>&lt;title&gt;&lt;p&gt;</code>.
> </p>
> </title>
### alerts in `<title>`

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

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

<title>
> [!NOTE]
> This is a note.
> <title>
> This is inside <code>&lt;title&gt;</code>.
> </title>
</title>

<title>
> [!NOTE]
> This is a note.
> <title>
> This is inside <code>&lt;title&gt;</code>.
> </title>

</title>

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

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

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

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

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

</title>

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

## `<body>`

<body>body</body>
Expand Down Expand Up @@ -2375,6 +2468,7 @@ body paragraph
> </body>
### alerts in `<body>`

<body>
> [!NOTE]
> This is a note.
Expand Down

0 comments on commit f1f59ec

Please sign in to comment.