Files
MD.ai/sample.md
0x8664b2 07b70455a3 Genesis
2025-06-20 09:06:01 -07:00

22 lines
450 B
Markdown

# Markdown Viewer Test
This is a **sample markdown file** to test the Markdown Viewer app.
## Features Supported
- **Bold text**
- *Italic text*
- `Inline code`
- [Links](https://example.com)
### Code Example
Here's some `inline code` in a paragraph.
## Lists
Basic text formatting works great with this viewer.
### Additional Notes
The app uses WebKit to render the markdown as HTML with custom CSS styling for a clean, readable appearance.