PreviewMarkdown

PreviewMarkdown

by Black Pyramid Software
4.0 ยท 0 ratings
0.99 USD Download from Mac App Store
v1.5.3 ยท Updated 1 year ago ยท 0 Bytes ยท Released Apr 2020

How do you feel about this app?

Key Features

๐Ÿค– AI Powered
๐Ÿ“ Markdown
๐Ÿ’ป Code Editor
โ™Ÿ๏ธ Strategy Game
๐Ÿ—‚๏ธ Tabbed Interface
๐Ÿ“ˆ Curves & Levels
PreviewMarkdown

About PreviewMarkdown

PreviewMarkdown provides QuickLook file previews and file icon thumbnails for documents created using the popular markdown markup format. The app provides two app extensions: Previewer and Thumbnailer, which can be viewed and managed in macOSโ€™ System Preferences > Extensions. The app itself is simply a container for these extensions. You must run the app first to gain these benefits. PreviewMarkdown supports the following markdown features: *italics* or _italics_ **bold** or __bold__ ~~Strikethroughs~~ `code` or Header 1 ==== or Header 2 --- Indented code blocks (spaces or tabs) [Links](https://smittytone.net/previewmarkdown) [Referenced Links][1] [1]: https://smittytone.net/previewmarkdown > Blockquotes - Bullets - Lists - Including indented lists (spaces or tabs) - Up to three levels (spaces or tabs) 1. Ordered 1. Lists 1. Including indented lists (tabs) - Up to three levels (tabs) ``` Code blocks ``` [ ] [x] Checkboxes