Skip to content

Commit

Permalink
Add alerts in <search>
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsukehlab committed Jan 9, 2025
1 parent ed4afd7 commit f4b405e
Showing 1 changed file with 114 additions and 1 deletion.
115 changes: 114 additions & 1 deletion NOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3143,6 +3143,8 @@ broken
## `<style>` (not supported)

<style>style</style>

<style>
p {
color: #26b72b;
Expand Down Expand Up @@ -4374,4 +4376,115 @@ Exact matches only

> [!NOTE]<br><search>This is inside `<search>`.</search>

> [!NOTE]<search>This is inside `<search>`.</search>
> [!NOTE]<search>This is inside `<search>` (broken).</search>

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

> [!NOTE]
> <search>
> <label>
> This is inside <code>&lt;search&gt;&lt;label&gt;</code>.
> Search
> <input type="search" id="query" />
> </label>
> <label>
> <input type="checkbox" id="exact-only" />
> Exact matches only
> </label>
> <section>
> <h4>Results:</h4>
> <ul id="results">
> </ul>
> <output id="no-results">
> </output>
> </section>
> </search>

> [!NOTE]<br><search><label>This is inside `<search><label>`.<br>Search<input type="search" id="query" /></label><br><label><input type="checkbox" id="exact-only" />Exact matches only</label><section><h4>Results:</h4><ul id="results"></ul><output id="no-results"></output></section></search>

### alerts in `<search>`

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

<search>

> [!NOTE]
> This is a note.

</search>

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

<search>

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

</search>

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

<search>

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

</search>

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

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

<search>

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

</search>

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

<search>

> [!NOTE]
> <label>
> This is inside <code>&lt;label&gt;</code>.
> Search
> <input type="search" id="query" />
> </label>
> <label>
> <input type="checkbox" id="exact-only" />
> Exact matches only
> </label>
> <section>
> <h4>Results:</h4>
> <ul id="results">
> </ul>
> <output id="no-results">
> </output>
> </section>

</search>

<search>

> [!NOTE]<br><label>This is inside `<label>`.<br>Search<input type="search" id="query" /></label><br><label><input type="checkbox" id="exact-only" />Exact matches only</label><section><h4>Results:</h4><ul id="results"></ul><output id="no-results"></output></section>

</search>

0 comments on commit f4b405e

Please sign in to comment.