kulekci.net kulekci.net      About      Speaking      Elasticsearch

Example Post

h1. Example Post

p(meta). 23 May 2014 - Istanbul

This post is an example post to sampling the markdown grammer.

h2. An exhibit of Markdown

This note demonstrates some of what “Markdown”:markdown is capable of doing.

Note: Feel free to play with this page. Unlike regular notes, this doesn’t automatically save itself.

h2. Basic formatting

Paragraphs can be written like so. A paragraph is the basic block of Markdown. A paragraph is what text will turn into when there is no reason it should become anything else.

Paragraphs must be separated by a blank line. Basic formatting of italics and bold is supported. This can be nested like so.

h2. Lists

h3. Ordered list

  1. Item 1
  2. A second item
  3. Number 3

Note: the fourth item uses the Unicode character for “Roman numeral four”:format.

h3. Unordered list

h2. Paragraph modifiers

h3. Code block

Code blocks are very useful for developers and other people who look at code or other things that are written in plain text. As you can see, it uses a fixed-width font.

You can also make inline code to add code into other things.

h3. Quote

quote. Here is a quote. What this is should be self explanatory. Quotes are automatically indented when they are used.

h2. Headings

There are six levels of headings. They correspond with the six levels of HTML headings. You’ve probably noticed them already in the page. Each level down uses one more hash character.

h3. Headings can also contain formatting

h3. They can even contain inline code

Of course, demonstrating what headings look like messes up the structure of the page.

I don’t recommend using more than three or four levels of headings here, because, when you’re smallest heading isn’t too small, and you’re largest heading isn’t too big, and you want each size up to look noticeably larger and more important, there there are only so many sizes that you can use.

h2. URLs

URLs can be made in a handful of ways:

Horizontal rule

A horizontal rule is a line that goes across the middle of the page.


It’s sometimes handy for breaking things up.

h2. Images

Markdown can also contain images. I’ll need to add something here sometime.

h2. Finally

There’s actually a lot more to Markdown than this. See the official “introduction”:basics and “syntax”:syntax for more information. However, be aware that this is not using the official implementation, and this might work subtly differently in some of the little things.

[markdown]http://daringfireball.net/projects/markdown/ [format]http://www.fileformat.info/info/unicode/char/2163/index.htm [markitdown]http://www.markitdown.net/ [basics]http://daringfireball.net/projects/markdown/basics [syntax]http://daringfireball.net/projects/markdown/syntax

Share you opinion with us :

If you want to say something or share your opinion about this blog post, please create an issue on Github. Or you can also contribute this article with pull request. You can be sure I'll look that.