markdown-here icon indicating copy to clipboard operation
markdown-here copied to clipboard

Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.

Results 128 markdown-here issues
Sort by recently updated
recently updated
newest added

The CommonMark spec says ordered lists can start with any arbitrary value: this PR allows that in Markdown Here.

Hello, I want to use `$$` too, because my equation is very long sometimes and I want to keep a good format. For example: $$ a \times b = \begin{bmatrix}...

I want to input checkboxes with markdown like below. ``` - [ ] todo1 ``` ↓ Result - [ ] todo1 How can I realize that?

Hi Adam and team, You can use the `` instead of `[http://example.com](http://example.com)`. This can improve the way the Markdown file is written and simply link where the link is self...

`|` sticks out beyond the inline code block.

If I toggle markdown repeatedly with `C-M-m` a newline is inserted at the beginning of the email every time it reverts to plaintext.

This enables other extensions to invoke markdown rendering through: ```js chrome.runtime.sendMessage(MARKDOWN_HERE_ID, { action: 'toggle-markdown' }); ``` It is especially useful when combined with [Commander](https://chrome.google.com/webstore/detail/commander/bcjcolkhdoiogoclgfaoihpaininobdj) 🎉

Hi! Markdown here is great and I would like to get it to work in [Zotero](http://www.zotero.org/) notes. Zotero is a great, open source reference manager. It exists as a Firefox...

enhancement
low
client-compatibility

Can zotero insert picture like other markdown sofeware in this plugin?