diff --git a/NOTE.md b/NOTE.md index a29577c..519c481 100644 --- a/NOTE.md +++ b/NOTE.md @@ -358,10 +358,46 @@ Broken since 14 Nov 2023 > > *** +## `
` (`
`) + +> [!NOTE] +> This is a note. +>
+> after the break + +> [!NOTE] +>
+ > [!NOTE]
This is a one-liner note using `
`.
after the break > [!NOTE]

+## ATX headings + +> [!NOTE] +> This is a note. +> # This is `

` text. +> ## This is `

` text. +> ### This is `

` text. +> #### This is `

` text. +> ##### This is `

` text. +> ###### This is `
` text. + +## `

`–`

` + +> [!NOTE] +> This is a note. +>

This is <h1> text.

+>

This is <h2> text.

+>

This is <h3> text.

+>

This is <h4> text.

+>
This is <h5> text.
+>
This is <h6> text.
+ +> [!NOTE]
Thi is a one-liner note.

This is `

` text.

This is `

` text.

This is `

` text.

This is `

` text.

This is `
` text.
This is `
` text.
+ +> [!NOTE]
Thi is a one-liner note.

This is `

` text.


This is `

` text.


This is `

` text.


This is `

` text.


This is `
` text.

This is `
` text.
+ ## code block simple indented code block @@ -378,6 +414,12 @@ fn main () { } ``` +~~~ +fn main () { + println!("Hello, World!"); +} +~~~ + fenced code block with syntax highlighting ```rust fn main () { @@ -385,6 +427,12 @@ fn main () { } ``` +~~~rust +fn main () { + println!("Hello, World!"); +} +~~~ + > [!NOTE] > This is a note. > @@ -408,6 +456,14 @@ fn main () { > } > ``` +> [!NOTE] +> This is a note. +> ~~~ +> fn main() { +> println!("Hello, World!"); +> } +> ~~~ + > [!NOTE] > ``` > fn main() { @@ -415,6 +471,13 @@ fn main () { > } > ``` +> [!NOTE] +> ~~~ +> fn main() { +> println!("Hello, World!"); +> } +> ~~~ + > [!NOTE] > This is a note. > ```rust @@ -423,6 +486,14 @@ fn main () { > } > ``` +> [!NOTE] +> This is a note. +> ~~~rust +> fn main() { +> println!("Hello, World!"); +> } +> ~~~ + > [!NOTE] > ```rust > fn main() { @@ -430,6 +501,13 @@ fn main () { > } > ``` +> [!NOTE] +> ~~~rust +> fn main() { +> println!("Hello, World!"); +> } +> ~~~ + ## MathJax (directly supported since 14 Nov 2023) > [!NOTE] @@ -521,6 +599,17 @@ fn main () { > \LaTeX > ``` +> [!NOTE] +> This is a note. +> ~~~math +> \LaTeX +> ~~~ + +> [!NOTE] +> ~~~math +> \LaTeX +> ~~~ + ## list ### alerts in lists (broken since 14 Nov 2023)