Dingus
HTML
HTML preview
Parsed in 3
ms. Rendered in 0 ms.
CommonMark Dingus
Dingus is powered by commonmark.js, the JavaScript reference implementation.
Phrase Emphasis
*italic*, _italic_, **bold**, __bold__
italic, italic, bold, bold
Links (titles are optional):
An [example](http://url.com/ "Title")
An example
Reference-style labels (titles are optional):
[example][id]
Where "example" is the text, and "id" is an ID. You then define the link elsewhere like:
[id]: http://example.com/ "Title"An . Then, anywhere else in the doc, define the link:
Images (titles are optional):

![]()
Reference-style:
![alt text][id]
Where "alt text" is alt text, and "id" is an ID. You then define the link elsewhere like:
[id]: http://example.jpg/ "Title"
Headers
Setext-style:
Header 1
========
Header 2
--------
atx-style (closing #'s are optional):
# Header 1 #
## Header 2 ##
###### Header 6
Lists
Ordered, without paragraphs:
1. Foo
2. Bar
Unordered, with paragraphs:
* A list item.
With multiple paragraphs.
* Bar
You can nest them:
* Abacus
* answer
* Bubbles
1. bunk
2. bupkis
* BELITTLER
3. burper
* Cunning
Ordered, without paragraphs:
- Foo
- Bar
Unordered, with paragraphs:
-
A list item.
With multiple paragraphs.
-
Bar
You can nest them:
- Abacus
- answer
- Bubbles
- bunk
- bupkis
- BELITTLER
- burper
- Cunning
Blockquotes
## Blockquotes > Email-style angle brackets > #### Headers in blockquotes > * You can quote a list. > * Etc.
Email-style angle brackets
Headers in blockquotes
- You can quote a list.
- Etc.
Code Spans
`<code>` spans are delimited by backticks. You can include literal backticks like `` `this` ``.
<code> spans are delimited
by backticks.
You can include literal backticks
like `this`.
Preformatted Code Blocks
This is a normal paragraph.
This is a code block, indented by
at least 4 spaces or 1 tab
This is a normal paragraph.
This is a code block, indented by
at least 4 spaces or 1 tab
Horizontal Rules
--- * * * - - - -
End a line with two or more spaces:
Roses are red,
Violets are blue.
Roses are red,
Violets are blue.