22 lines
450 B
Markdown
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. |