Skip to content

Commit

Permalink
Added a more info about Evernote compatibility to README and descript…
Browse files Browse the repository at this point in the history
…ion text
  • Loading branch information
adam-p committed Aug 31, 2012
1 parent 63cd838 commit da83f5a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
41 changes: 27 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Writing email with code in it is pretty tedious. Writing Markdown with code in i

To discover what can be done with Markdown in *Markdown Here*, check out the [Markdown Cheatsheet](//github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).

<sup>*: And Google Groups posts!</sup>
<sup>*: And Google Groups posts, and Evernote notes! [See details](#compatibility).</sup>

![screenshot of conversion](//github.com/adam-p/markdown-here/raw/master/store-assets/markdown-here-image1.gimp.png)

Expand Down Expand Up @@ -138,39 +138,52 @@ Short answer: Gmail and Thunderbird are great.
<th>Compose</th>
<th>Send</th>
<th>Receive</th>
<th>Notes</th>
</tr>
<tr>
<th>Gmail</th>
<td>Perfect</td>
<td>Perfect</td>
<td>Perfect</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th>Thunderbird</th>
<td>Perfect</td>
<td>Perfect</td>
<td>Perfect</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th>Hotmail</th>
<td>Paragraphs don't appear spaced correctly. (But they do appear spaced correctly when viewed by recipients.)</td>
<td>Perfect</td>
<td></td>
<td>
Email from received from Yahoo does not display with properly separated paragraphs. (Hotmail strips styling off <code>&lt;p&gt;</code> and <code>&lt;div&gt;</code> tags, and Yahoo uses the latter for paragraphs.)<p>
Code blocks with very dark backgrounds aren't displayed correctly.
</td>
<td></td>
</tr>
<tr>
<th>Yahoo</th>
<td>Perfect</td>
<td>Perfect</td>
<td>Perfect</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th>Google Groups</th>
<td>Perfect</td>
<td>Perfect</td>
<td>Perfect</td>
<td></td>
<td></td>
<td></td>
<td>Rendered version doesn't show in digest email. But that's probably true of manually-rich-edited posts as well.</td>
</tr>
<tr>
<th>Evernote (web interface)</th>
<td></td>
<td>Seems to strip newlines from <code>&lt;pre&gt;</code> blocks, which breaks display of code.</td>
<td></td>
<td></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion store-assets/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Totally simple to use:

If only part of your email is Markdown, then select the part you want to render into pretty HTML, right click, and click "Markdown Toggle". Only your selection will be converted. To revert back to the original Markdown, right click in the rendered block and click "Markdown Toggle" again.

Markdown Here is primarily targeted to work with Gmail and Thunderbird, but it also works pretty well with Yahoo and Hotmail. It also works great with Google Groups.
Markdown Here is primarily targeted to work with Gmail and Thunderbird, but it also works pretty well with Yahoo and Hotmail. Additionally, it works great with Google Groups and pretty well with Evernote's web interface.

Syntax highlighting note: Used fenced code blocks and specify the language name. See the project page for an example.

Expand Down

0 comments on commit da83f5a

Please sign in to comment.