Skip to content

Commit

Permalink
Made note of improved Wordpress compatibility. Updated links from the…
Browse files Browse the repository at this point in the history
… Markdown Cheatsheet to the Markdown Here Cheatsheet (I forked the latter from the former a little while ago).
  • Loading branch information
adam-p committed Oct 3, 2013
1 parent f72f56c commit 8e8558c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Writing email with code in it is pretty tedious. Writing Markdown with code in it is easy. I found myself writing email in Markdown in the Github in-browser editor, then copying the preview into email. This is a pretty absurd workflow, so I decided create a tool to write and render Markdown right in the email.

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

<sup>&dagger;: And Google Groups posts, and Blogger posts, and Evernote notes, and Wordpress posts! [See details](#compatibility).</sup>
<sup>&Dagger;: And TeX mathematical formulae!</sup>
Expand Down Expand Up @@ -220,9 +220,9 @@ Short answer: Gmail and Thunderbird are great. More info about some clients can
</tr>
<tr>
<th>Wordpress</th>
<td>Editor not exactly WYSIWYG, but Preview is accurate</td>
<td></td>
<td></td>
<td>Inline code displays in non-monospace font, but is correct in preview and final post.</td>
<td>&#x2713;</td>
<td>&#x2713;</td>
<td>See the <a href="https://github.com/adam-p/markdown-here/wiki/Compatibility">Compatibility wiki page</a> for full details and tips</td>
</tr>
<tr>
Expand Down
14 changes: 8 additions & 6 deletions src/common/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ Change Log
* Thanks to [Petr Pudlák](https://github.com/ppetr) for requesting this in [issue #90](https://github.com/adam-p/markdown-here/issues/90), [Zhou Qiang](https://github.com/zhouqianghfut) in [issue #96](https://github.com/adam-p/markdown-here/issues/96), [Adam Backstrom](https://github.com/abackstrom) in [issue #98](https://github.com/adam-p/markdown-here/issues/98).

* **Improved compatibility with [Blogger](http://blogger.com)**. It now works great.
* The changes made will probably help with some other sites. If you tried out a site and ended up with empty lines in your code blocks, try it again.
* Part of the improvement comes from a change to the default styling. If you've never customized your CSS, you should click the "Reset to Default" button for the "Primary Styling CSS". If you have customized your CSS, you can [take a look at the default CSS](https://github.com/adam-p/markdown-here/blob/master/src/common/default.css) and decide what to take.
* If you find a problem, or if you find a site that (almost) works, please edit the [Compatibility wiki page](https://github.com/adam-p/markdown-here/wiki/Compatibility), create a [Github issue](https://github.com/adam-p/markdown-here/issues), or post to the [MDH Google Group](https://groups.google.com/forum/#!forum/markdown-here).
* Thanks to [lambdaalice](https://github.com/lambdalice) for [reporting](https://github.com/adam-p/markdown-here/issues/89) the previous bad behaviour.
* The changes made will probably help with some other sites. If you tried out a site before and ended up with empty lines in your code blocks, try it again.
* See the [Compatibility wiki page](https://github.com/adam-p/markdown-here/wiki/Compatibility#blogger) for details.
* Thanks to [lambdaalice](https://github.com/lambdalice) for reporting the previous bad behaviour in [issue #89](https://github.com/adam-p/markdown-here/issues/89).

* **Improved compatibility with [Wordpress](http://wordpress.com)**. It now works very well.
* See the [Compatibility wiki page](https://github.com/adam-p/markdown-here/wiki/Compatibility#wordpress) for details.

* [Fixed bug](https://github.com/adam-p/markdown-here/issues/84): Math: single-character formula won't render.
* Thanks to kbeach who reported this [in a Google Groups post](https://groups.google.com/forum/#!msg/markdown-here/tolrITkqrx0/phElyPBBAhYJ).
Expand Down Expand Up @@ -89,7 +91,7 @@ Added support for [**Opera**](http://www.opera.com)! Get it [here](https://addon
* Markdown Here has a **new logo**! A big thank you to the talented [Tatiana A. Fryntoff](http://tatianafryntoff.com/) for creating our shiny new logo.

* Support for new Markdown features. All credit goes to chjj, the maintainer of the [Marked library](https://github.com/chjj/marked).
* **Tables!** Now you can easily add tables to your email with Markdown. If you're not familiar with the syntax, check out [the wiki cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#wiki-tables). This closes [issue #13](https://github.com/adam-p/markdown-here/issues/13).
* **Tables!** Now you can easily add tables to your email with Markdown. If you're not familiar with the syntax, check out [the wiki cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet#wiki-tables). This closes [issue #13](https://github.com/adam-p/markdown-here/issues/13).
* Strikethrough: Put double tildes around things to ~~strike it out~~ (`~~strike it out~~`).
* Smarter lists: Have you ever had a numbered list mysteriously/annoyingly become a bullet list because it comes after one? Not anymore.
* GFM line breaks: If you put a line break in your Markdown, it will be a line break after you toggle, instead of joining to form a single line. This closes [issue #12](https://github.com/adam-p/markdown-here/issues/12).
Expand Down Expand Up @@ -241,7 +243,7 @@ Added support for [**Opera**](http://www.opera.com)! Get it [here](https://addon
* Bug fixes.
* Created a Markdown cheatsheet: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
* Created a Markdown cheatsheet: https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet
2012-06-07: v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/common/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ code look non-monospace. This rule will override it. */
/* Wordpress adds a grey background to `pre` elements that doesn't go well with
our syntax highlighting. */
.markdown-here-wrapper[data-md-url*="wordpress."] pre {
background-color: initial;
background-color: transparent;
}

/* This spacing has been tweaked to closely match Gmail+Chrome "paragraph" (two line breaks) spacing. */
Expand Down
2 changes: 1 addition & 1 deletion src/common/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h1>
<div>
<ul>
<li>
If you're new to Markdown, the <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank">Markdown Cheatsheet</a> will make you a prostar.
If you're new to Markdown, the <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet" target="_blank">Markdown Here Cheatsheet</a> will make you a prostar.
</li>
<li>
For lots more info and advanced usage, see the <a href="https://github.com/adam-p/markdown-here" target="_blank">Markdown Here project page</a>. You should also explore the options below.
Expand Down
2 changes: 1 addition & 1 deletion store-assets/amo-reviewer-notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This extension is used to manipulate the content of email before sending. It can be used in Gmail, Hotmail, or Yahoo webmail interfaces, or in Thunderbird. Make sure you use the rich-edit interface for the email client.

You write email in Markdown (if you're not familiar with Markdown, I made a little reference -- https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet), then right-click, click the "Markdown Toggle" menu item, and the content of the email will be replaced with a rendered-HTML version of the Markdown you had written.
You write email in Markdown (if you're not familiar with Markdown, I made a little reference -- https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet), then right-click, click the "Markdown Toggle" menu item, and the content of the email will be replaced with a rendered-HTML version of the Markdown you had written.

If you select a subset of your email and then "Markdown Toggle", only that selection will be rendered/converted.

Expand Down

0 comments on commit 8e8558c

Please sign in to comment.