Markdown Rendering Tests
1. Paragraphs & Inline Formatting
This is a normal paragraph with bold, italic, strikethrough, inline code, and a link.
Subscript H2O and superscript x^2^ (may need extension).
2. Blockquote
This is a normal blockquote.
— Someone Famous
Obsidian-style Callout
“Don’t Make Me Think”
Note that these things are always on a continuum somewhere between
“Obvious to everybody” and “Truly obscure,” and there are always tradeoffs involved.
“Obvious to everybody” and “Truly obscure,” and there are always tradeoffs involved.
3. Lists
Unordered List
- Item A
- Sub item A.1
- Sub item A.2
- Item B
Ordered List
- First
- Second
- Nested One
- Nested Two
Task List
- Completed task
- Pending task
4. Code Blocks
JavaScript
1 | (function () { |
Python
1 | def fib(n): |
Inline HTML
1 | <div class="test"> |
5. Tables
| Feature | Supported | Notes |
|---|---|---|
| Tables | Yes | Basic table |
| Code | Yes | Syntax highlighted |
Alignment Test
| Left | Center | Right |
|---|---|---|
| a | b | c |
| 1 | 2 | 3 |
6. Images
Inline image:
7. Horizontal Rule
8. LaTeX Math
Inline Math
The famous equation .
Block Math
Matrix
9. HTML inside Markdown
This is raw HTML inside Markdown.
10. Escaping & Edge Cases
*This text is not italic*
Backticks: `code`
HTML entities: <div>
11. Nested Content Stress Test
Nested Quote Heading
- List inside quote
- Another item
1 console.log('Code inside blockquote');
12. Long Text (Typography Test)
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.
13. Multilingual Support
这是一些中文文本,用于测试多语言支持。
Voici un texte en français pour tester le support multilingue.
Dies ist ein deutscher Text, um die mehrsprachige Unterstützung zu testen.