Showcase2 min read
The Kitchen Sink: Comprehensive Feature Test
Written by
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:
typescript
interface User {
id: number;
name: string;
}
function getUser(id: number): User {
return { id, name: "Alice" };
}Bash:
bash
echo "Hello World" > hello.txt
ls -laJSON:
json
{
"project": "Amytis",
"version": "1.0.0"
}Math (LaTeX)
Inline math: and .
Block math:
Diagrams (Mermaid)
Flowchart
Sequence Diagram
Images
Standard Markdown
Raw HTML (Quoted)
Tables
| Feature | Status | Notes |
|---|---|---|
| GFM | ✅ | Tables supported |
| Math | ✅ | KaTeX integration |
| Mermaid | ✅ | Native rendering |
Links
HTML Components
Click to expand secret info
This content is inside a raw HTML
details tag with inline styles.