H1 - The Quick Brown Fox
Section titled “H1 - The Quick Brown Fox”Lorem ipsum dolor sit amet consectetur adipisicing elit.
H2 - The Quick Brown Fox
Section titled “H2 - The Quick Brown Fox”Lorem ipsum dolor sit amet consectetur adipisicing elit.
H3 - The Quick Brown Fox
Section titled “H3 - The Quick Brown Fox”Lorem ipsum dolor sit amet consectetur adipisicing elit.
H4 - The Quick Brown Fox
Section titled “H4 - The Quick Brown Fox”Lorem ipsum dolor sit amet consectetur adipisicing elit.
H5 - The Quick Brown Fox
Section titled “H5 - The Quick Brown Fox”Lorem ipsum dolor sit amet consectetur adipisicing elit.
H6 - The Quick Brown Fox
Section titled “H6 - The Quick Brown Fox”Lorem ipsum dolor sit amet consectetur adipisicing elit.
Paragraph
Section titled “Paragraph”Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
[internal link](#)
[external link](https://example.com)
[`code link`](#)
[](url-badge)
[ name](url-profile)
[](url-profile)
[ Astro](#_top)
<div class='avatar-stack'>
[](#_top)[](#_top)[](#_top)
</div>
[](#_top)
[ Bima Akbar](#_top)
<https://example.com>
Text Formatting
Section titled “Text Formatting”<b>Bold</b> <!-- atau --> **Bold**
<strong>Bold</strong>
<i>Italic</i> <!-- atau --> *Italic*, _Italic_
<em>Italic</em>
<b><i>Bold Italic</i></b> <!-- atau --> ***Bold + Italic***, _**Bold + Italic**_
<strong><em>Bold Italic</em></strong>
<s>strikethrough</s>
<del>strikethrough</del> <!-- Atau --> ~~strikethrough~~
<ins>inserted</ins>
<u>inserted</u>
<mark>highlighted</mark>
<small>small</small>
<abbr title="HyperText Markup Language">HTML</abbr>- Bold
- Bold
- Italic
- Italic
- Bold + Italic
- Bold + Italic
strikethroughstrikethrough
- inserted
- inserted
- highlighted
- small
- HTML
Escape karakter
Section titled “Escape karakter”\*bukan italic\*
\_bukan italic\_
\`bukan code\`
\#bukan heading
\[bukan link\]
\\backslash*bukan italic*
_bukan italic_
`bukan code`
#bukan heading
[bukan link]
\backslash
Inline Typography
Section titled “Inline Typography”<kbd>Ctrl</kbd> + <kbd>C</kbd>
<samp>Hello, World!</samp>
<var>x</var> = <var>y</var> + 2
<dfn>API</dfn>
`inline code`
Dia berkata <q>ini adalah quote pendek</q> di dalam paragraf.- Ctrl + C
- Hello, World!
- x = y + 2
- API
inline code- Dia berkata
ini adalah quote pendek
di dalam paragraf.
Blockquote
Section titled “Blockquote”> Lorem ipsum dolor sit amet, consectetur adipiscing elit.
> Lorem ipsum dolor sit amet, consectetur adipiscing elit.>> <cite>John Doe, Penulis</cite>
> Level 1>> > Level 2> >> > > Level 3
> **Catatan**>> > **Sub-catatan**> >> > > **Sub-sub-catatan**Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
John Doe, Penulis
Level 1
Level 2
Level 3
Catatan
Sub-catatan
Sub-sub-catatan
Subscript & Superscript
Section titled “Subscript & Superscript”H<sub>2</sub>O dan CO<sub>2</sub>
x<sup>2</sup> + y<sup>2</sup> = z<sup>2</sup>
<!-- Atau -->
H^2^O dan CO^2^
x~2~ + y~2~ = z~2~-
H2O dan CO2
-
x2 + y2 = z2
-
H2O dan CO2
-
x2 + y2 = z2
Footnote: footnote1 dan footnote2.
Time & Address
Section titled “Time & Address”<time datetime="2026-05-13">13 May 2026</time>
<address>Jl. Sudirman No. 123, Jakarta</address>- Jl. Sudirman No. 123, Jakarta
<ruby>日本語<rt>にほんご</rt></ruby>- 日本語
Unordered List
Section titled “Unordered List”<!-- `-` Bisa diganti dengan `+` -->- Item 1- Item 2 - Nested item 2.1 - Nested item 2.2 + Nested item 2.2.1 + Nested item 2.2.2- Item 3- Item 1
- Item 2
- Nested item 2.1
- Nested item 2.2
- Nested item 2.2.1
- Nested item 2.2.2
- Item 3
Ordered List
Section titled “Ordered List”1. First item2. Second item 1. Nested ordered 2.1 2. Nested ordered 2.23. Third item
<!-- -->
1. Item pertama2. Item kedua - Unordered di dalam ordered - Item lain - Nested lebih dalam3. Item ketiga
4. Mulai dari 35. Lanjut dari 4 - Item > Blockquote di dalam list - Item lain ~~~js code di dalam list ~~~- First item
- Second item
- Nested ordered 2.1
- Nested ordered 2.2
- Third item
-
Item pertama
-
Item kedua
- Unordered di dalam ordered
- Item lain
- Nested lebih dalam
-
Item ketiga
-
Mulai dari 3
-
Lanjut dari 4
- Item
Blockquote di dalam list
- Item lain
code di dalam list
Task List
Section titled “Task List”- [x] Task yang sudah selesai- [ ] Task yang belum selesai- [ ] Task lain dengan **bold** dan `code`- [x] Task dengan [link](#)- Task yang sudah selesai
- Task yang belum selesai
- Task lain dengan bold dan
code - Task dengan link
Definition List
Section titled “Definition List”HTML: HyperText Markup Language adalah bahasa markup untuk web
CSS: Cascading Style Sheets untuk styling
API: Application Programming Interface
`code-term`: Definisi untuk istilah yang berupa `code`
// Atau
<dl> <dt>HTML</dt> <dd>HyperText Markup Language adalah bahasa markup untuk web</dd>
<dt>CSS</dt> <dd>Cascading Style Sheets untuk styling</dd>
<dt>API</dt> <dd>Application Programming Interface</dd>
<dt><code>code-term</code></dt> <dd>Definisi untuk istilah yang berupa <code>code</code></dd></dl>- HTML
- HyperText Markup Language adalah bahasa markup untuk web
- CSS
- Cascading Style Sheets untuk styling
- API
- Application Programming Interface
code-term- Definisi untuk istilah yang berupa
code
Images & Media
Section titled “Images & Media”
<picture> <source srcset="image.jpg" type="image/jpg" /> <img src="/og.jpg" alt="Alt text" /></picture>
<figure> <img src="/og.jpg" alt="Alt text figure" /> <figcaption>Ini adalah figcaption untuk figure di atas.</figcaption></figure>
<figure> <a href="/"> <img src="/og.jpg" alt="Alt text" /> </a> <figcaption>Klik gambar untuk membuka situs.</figcaption></figure>
<video title="Video" poster="/og.jpg" width={720} height={480} controls muted autoplay loop="false" preload> <source src="/.github/assets/videos/video.mp4" /> Browser Anda tidak mendukung tag video.</video>
[](https://youtu.be/VIDEO_ID)
<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
| Column 1 | Column 2 | Column 3 || :---- | :----- | :----- || Data 1 | Data 2 | Data 3 || Data 1 | Data 2 | Data 3 |
// Atau
<table> <thead> <th>Column 1</th> <th>Column 2</th> <th>Column 3</th> </thead> <tbody> <tr> <td>Data 1</td> <td>Data 2</td> <td>Data 3</td> </tr> <tr> <td>Data 1</td> <td>Data 2</td> <td>Data 3</td> </tr> </tbody></table>| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Data 1 | Data 2 | Data 3 |
| Data 1 | Data 2 | Data 3 |
Details & Summary
Section titled “Details & Summary”<details><summary>Click untuk buka details</summary>
Ini adalah content di dalam details. Bisa ada **bold**, `code`, dan [link](#).
- List di dalam details- Item 2
> Blockquote di dalam details
</details>Click untuk buka details
Ini adalah content di dalam details. Bisa ada bold, code, dan link.
- List di dalam details
- Item 2
Blockquote di dalam details
Horizontal Rule
Section titled “Horizontal Rule”Di atas ada hr.
---
Di bawah ada hr.
---Di atas ada hr.
Di bawah ada hr.
Hardline Break
Section titled “Hardline Break”Baris 1Baris 2 (dua spasi di akhir baris)
Baris 1<br />Baris 2 (pakai tag br)
Baris 1\Baris 2 (backslash di akhir baris)Baris 1
Baris 2 (dua spasi di akhir baris)
Baris 1
Baris 2 (pakai tag br)
Baris 1
Baris 2 (backslash di akhir baris)
<!-- Ini komentar, tidak akan muncul di output -->
Teks di bawah komentar.Teks di bawah komentar.
Html Entitas
Section titled “Html Entitas”© ® ™ & < > — – … « » × ÷© ® ™ & < > — – … « » × ÷
Emoji Code
Section titled “Emoji Code”:smile: :rocket: :fire: :tada: :sparkles: :heart: :+1: :-1:
:warning: :bulb: :books: :memo: :bug: :zap::smile: :rocket: :fire: :tada: :sparkles: :heart: :+1: :-1:
:warning: :bulb: :books: :memo: :bug: :zap:
Mermaid
Section titled “Mermaid”Inline: $$E = mc^2$$
Block:
$$\int_{a}^{b} f(x) \, dx = F(b) - F(a)$$
Matrix:
$$\begin{pmatrix}a & b \\c & d\end{pmatrix}$$Inline: E = mc^2
Block:
\int_{a}^{b} f(x) \, dx = F(b) - F(a)Matrix:
\begin{pmatrix}a & b \\c & d\end{pmatrix}