This commit is contained in:
0x8664b2
2025-06-20 09:06:01 -07:00
commit 07b70455a3
12 changed files with 735 additions and 0 deletions

22
sample.md Normal file
View File

@@ -0,0 +1,22 @@
# 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.