Files
markdown_editor/collections/notes/introduction.md
Mahmoud-Emad f319f29d4c feat: Enhance WebDAV file management and UI
- Add functionality to create new collections via API
- Implement copy and move operations between collections
- Improve image rendering in markdown preview with relative path resolution
- Add support for previewing binary files (images, PDFs)
- Refactor modal styling to use flat buttons and improve accessibility
2025-10-26 17:29:45 +03:00

19 lines
288 B
Markdown

# Introduction
### This is an introduction
* **This is an internal image**
---
![My company logo](/images/logo-blue.png "Company Logo")
---
* **This is an external image**
![My company logo](https://images.pexels.com/photos/1054655/pexels-photo-1054655.jpeg "Another image")
---