This is a beautiful, minimal Markdown reader for macOS .
- File Browser: Navigate through your files and directories
- Markdown Preview: View markdown files with proper formatting
- Dark Mode Support: Automatically adapts to your system preferences
- Mermaid Diagram Support: Renders mermaid diagrams in your markdown
graph TD
A[Start] --> B{Is it a markdown file?}
B -- Yes --> C[Display with formatting]
B -- No --> D[Can't preview]
C --> E[Support Mermaid diagrams]
C --> F[Format text properly]
C --> G[Support dark mode]
This is bold text and this is italic text.
Unordered list:
- Item 1
- Item 2
- Item 3
Ordered list:
- First item
- Second item
- Third item
Inline code: const app = 'bergen'
Code block:
function greet() {
console.log('Hello, Bergen!');
}- Navigate through your directories using the sidebar
- Select any .md file to preview it
- The preview will automatically render markdown formatting
- Dark mode is supported based on your system settings
Enjoy using Bergen Markdown reader!