Saturday 7 December 2013

Write (More) Effortlessly With Markdown




On Tue, Nov 19, 2013 at 3:25 PM, WordPress.com News <comment-reply@wordpress.com> wrote:
Matt Wiebe posted: "Markdown has arrived on WordPress.com! Some of you may respond with "Finally!" Others might be asking, "what's that?" Markdown is a quick way to add formatted text without writing out any HTML. Let's take a closer look. Here is an example of how Markdown"
Respond to this post by replying above this line

New post on WordPress.com News

Write (More) Effortlessly With Markdown

by Matt Wiebe

Markdown has arrived on WordPress.com! Some of you may respond with "Finally!" Others might be asking, "what's that?" Markdown is a quick way to add formatted text without writing out any HTML.

Let's take a closer look. Here is an example of how Markdown looks while editing a post:

Markdown Example in the Text Editor

This is how that same example looks in the Reddle theme after it is converted to HTML:

Markdown Example shown in the Reddle theme

Writing with Markdown

Markdown lets you compose links, lists, and other styles using regular characters and punctuation marks. If you want a quick, easy way to write and edit rich text without having to take your hands off the keyboard or learn a lot of complicated codes and shortcuts, then Markdown might be right for you.

For example, to emphasize a word, you just wrap it with an asterisk on both ends, like this: *emphasized*. When your writing is published, it will instead look like this: emphasized. Similarly, two asterisks denote strong text: **strong** will be become strong.

Want to see what else you can do? Take a look at the quick reference chart, which shows handy steps for creating links, lists, and other types of formatting.

Enabling Markdown on WordPress.com

To start using Markdown, go to Settings → Writing in your blog dashboard, check the box next to Use Markdown for posts and pages, and save.

Markdown Settings Example

When writing Markdown, make sure to use the Text Editor for the best results.

Getting into the Details

Markdown nerds (like me!) know there are a lot of variants out there. On WordPress.com, we're using a slightly modified version of Markdown Extra1, with a tweak to allow fenced code blocks inspired by GitHub Flavored Markdown2.

For instance, you can write code examples quickly using backticks:

```css  .ninja {    visibility: hidden;  }  ```

…which produces:

.ninja {  visibility: hidden;  }  

Take a look at the Posting Source Code support page for a list of the syntax highlighting schemes that WordPress.com supports. More details are available on the Markdown support page, including steps for enabling it for your commenters as well.

Go Mobile

You can also write formatted text in Markdown from any of our great mobile apps. Just enable Markdown, install one of the apps, and write whenever inspiration strikes.


  1. It includes footnotes, which I think are basically the best thing ever with which to indulge my penchant for glorious digressions that would otherwise muddy the main point. Did I ever tell you about the time…3 
  2. Inspired by Evan Solomon's GitHub-Flavored Markdown Comments
  3. [edited for brevity] Yes, you can even have footnotes inside footnotes. 
Matt Wiebe | November 19, 2013 at 11:00 pm | Tags: markdown, markup, writing | Categories: Writing | URL: http://wp.me/sf2B5-markdown

Comment    See all comments    Like

Unsubscribe to no longer receive posts from WordPress.com News.
Change your email settings at Manage Subscriptions.

Trouble clicking? Copy and paste this URL into your browser:
http://en.blog.wordpress.com/2013/11/19/markdown/

Thanks for flying with WordPress.com




--
Need Your Comments.....!

-- 

For University of Pakistan Study Material Sharing, Discussion, etc, Come and join us at
You received this message because you are subscribed to the Google
Groups "Study" group.
To post to this group, send email to
For more options, visit this group at

No comments:

Post a Comment

Note: only a member of this blog may post a comment.