The Kitchen Sink: Comprehensive Feature Test
A complete showcase of all markdown features, code highlighting, diagrams, math, and layout capabilities supported by Amytis.
This is a paragraph under H1. Bold text, italic text, and strikethrough.
Heading Level 2
Here is a blockquote:
"The digital garden is not just a collection of posts, but a web of interconnected thoughts."
— Unknown Gardener
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Lists
Unordered
- Item 1
- Item 2
- Nested Item 2.1
- Nested Item 2.2
- Item 3
Ordered
- Step One
- Step Two
- Step Three
Task List
- Implement Markdown
- Add Syntax Highlighting
- Write Documentation
Code
Inline
The useState hook is essential. You can install via bun install.
Code Blocks
TypeScript:
interface User {
id: number;
name: string;
}
function getUser(id: number): User {
return { id, name: "Alice" };
}Bash:
echo "Hello World" > hello.txt
ls -laJSON:
{
"project": "Amytis",
"version": "1.4.0"
}Math (LaTeX)
Inline math: and .
Block math:
Diagrams (Mermaid)
Flowchart
Sequence Diagram
Images
Standard Markdown
Raw HTML (Quoted)
Photos from Public Directory
Vibrant Waves (JPG format)
Side by Side (Raw HTML)
Tables
| Feature | Status | Notes |
|---|---|---|
| GFM | ✅ | Tables supported |
| Math | ✅ | KaTeX integration |
| Mermaid | ✅ | Native rendering |
Links
HTML Components
Click to expand secret info
details tag with inline styles.
Footnotes
Here is a footnote reference1. And another one2.
Footnotes
Written by
Amytis TeamWritten by
TesterRelated Articles
Multimedia Showcase: Video, Podcasts & Embeds
A comprehensive test of multimedia embedding support — YouTube, Vimeo, podcasts, livestreams, HTML5 native media, and audio platforms.
Syntax Highlighting Showcase
A comprehensive test of syntax highlighting across various programming languages.
多语言测试并且要测试以下超长的标题看如何处理,如果太长的话要考虑方案: Amytis Digital Garden
这是一个用于测试多语言支持的文档,包含了中文、英文以及代码块。通过增加更多标题和内容,测试目录的滚动和链接功能。