A Brackets extension that provides a live preview of multimarkdown documents.
- preview
- HTML export
- multimarkdown cheat-sheet
- cd to_your_brackets_extension_folder
- git clone https://bitbucket.org/bobino/brackets-multimarkdown
- cd brackets-multimarkdown/node
- sudo npm install
Not tested on windows
When a markdown document (with extension ".md" or ".markdown") is open, menu items are added to the context menu. Click on the language statusbar item to show the preview panel. The panel can be resized vertically.
The preview is updated as you edit the document. You can hover over links to see the href in a tooltip.
This extension uses the following open source components:
- Markdown-4 - a MultiMarkdown parser write in c
- node-mmd - Expose MultiMarkdown to node
Some codes from
- MarkdownPreview for Brackets - A Brackets extension that provides a live preview of markdown documents.