DESTAQUE

Markdown Full Capability Test.

<p>Verifying full Markdown (MD/MC) support.</p> Heading 1 Heading 2 Heading 3 Bold Text and Italic Text and Strikethrough. List Item 1 List Item 2 Nested...

Sem categoria 08 fev 2026 1 min de leitura admin

<!– wp:paragraph –>
<p>Verifying full Markdown (MD/MC) support.</p>
<!– /wp:paragraph –>

Heading 1

Heading 2

Heading 3

Bold Text and Italic Text and Strikethrough.

  • List Item 1
  • List Item 2
    • Nested Item
    • Nested Item
  1. Ordered List
  2. Ordered List

&gt; This is a blockquote.
&gt; It spans multiple lines.

Link to Google

function test_code() {
    echo 'Hello World';
    return true;
}
Syntax Description
Header Title
Paragraph Text

End of test.

Comentários