Files
pandoc/test/ansi-test.ansi
T
2024-11-11 16:00:47 -08:00

4.8 KiB

LEVEL 1 HEADING
 
Text
 
Level 2 heading
 
Text
 
Level 3 heading
 
Text
 
Level 4 heading
 
Text
 
Level 5 heading
 
Text
 
• list
 
• nested
 
1) numbered
 
continuation paragraph
 
link
 
mail@example.com
 
│ Block quote

│ │ Nested block quote
 
Multiline table with caption:
 
Centered Left Right Default aligned
Header Aligned Aligned
─────────── ────────── ──────────── ──────────────────────────
First row 12.0 Example of a row that
spans multiple lines.
Second row 5.0 Here’s another one. Note
the blank line between
rows.
─────────── ────────── ──────────── ──────────────────────────
 
Here’s the caption. It may span multiple lines.
 
Multiline table without caption:
 
Centered Left Right Default aligned
Header Aligned Aligned
─────────── ────────── ──────────── ──────────────────────────
First row 12.0 Example of a row that
spans multiple lines.
Second row 5.0 Here’s another one. Note
the blank line between
rows.
─────────── ────────── ──────────── ──────────────────────────
 
Table without column headers:
 
───────────────── ───────────────── ───────────────── ─────────────────
12 12 12 12
123 123 123 123
1 1 1 1
───────────────── ───────────────── ───────────────── ─────────────────
 
Footnote¹
 
Multiple blocks in a cell
 
────────────────── ─────────── ────────────
COL 1 COL 2 COL 3
 
col 1 col 2 col 3
r1 a • b c c 2 c 2
 
r1 bis • b 2
 
• b 2
────────────────── ─────────── ────────────
 
East Asian characters have double width
 
── ────
魚 fish
── ────
 
This is inline code: x >>= y ++ 3 .
 
code block
>>> ## ``
 
Highlighted:
 
<p><a href="foobar" title="title">This is a link</a></p>
<!-- comment -->
 
Math: $\pi^2 = \frac{1}{2}$
 
e = mc²
 
────────────────────
 
More text.
 
boldface text, underlined text, emphasized text.
 
small caps
 
We see a log₁₀ reduction in 2⁹ seconds.
 
Hello
 
Goodbye
 
────────────────────
 
1. Here’s the note.