Markdown Syntax Instruction

Markdown editor is a powerful and easy alternative to WYSIWYG, it keeps things simple and also very easy to learn. Sanwebe.com supports number of markdown syntax, which you can use to write Questions, Answers and Articles.

 Markdown SyntaxOutput
H2## Heading 2 (Use hash for heading)

Heading 2

H3### Heading 3

Heading 3

Blockquote> Use greater-than signs for Blockquote

Use greater-than signs for Blockquote

Code~~~
To produce a code block in Markdown, simply wrap your code with 3 tilde signs, backticks or grave accent.
~~~

To produce a code block in Markdown, simply wrap your code with 3 backticks or grave accent

Link[This is a Link](http://example.com/)This is a Link
Linkhttp://example.com/ (Will be autoconverted to link)http://example.com/
Button link@[button](button text|https://www.example.com)button text
Lists* Create a list by starting
* a line with star, plus or minus sign

  • Create a list by starting
  • a line with star, plus or minus sign

Images![Alt Text](https://www.sanwebe.com/wp-content/uploads/2015/06/responsive_nav33.jpg)Alt Text
jsFiddle@[jsfiddle](https://jsfiddle.net/adamb/F4BmP/)A jsFiddle iframe will be embeded within the article.
jsFiddle@[codepen](http://codepen.io/ehermanson/pen/KwKWEv)A codepen Pen will be embeded within the article.