mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
- Normalize line endings across all files - Remove rpm target from Linux build (requires rpmbuild) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
274 B
Markdown
15 lines
274 B
Markdown
# Test File Opening
|
|
|
|
This is a test file to verify that double-click file opening works correctly.
|
|
|
|
## Features
|
|
- **Bold text**
|
|
- *Italic text*
|
|
- `Code`
|
|
|
|
```javascript
|
|
console.log("Hello World");
|
|
```
|
|
|
|
This should appear when you double-click to open the file!
|