Markdown
I am a paragraph in markdown with line wrapping so fit in this width. I am a continuation of the first paragraph as there is no empty line before me.
I am in the second paragraph.
I am the third one. Even though there are
two line breaks before me, this does not
create any newline characters. After me there
are two spaces before the newline character.
I have a line break before me. Even though
I am not a new paragraph, I do start on a
new line due to the manual line break via
spaces before the newline character.
Top Level H1
H2
#Just a tag # Not a heading Also a # tag.
Alternate H1
Alternate H2
H3
H6
- This is a list element
- This is also a list element
- This is also a list element
- This is a sublist element
- Also a sublist element
- Sublist level 2
- Numbered sublist
- Next item
- Next indent level
- Numbered list
- Next item
- Next indent level
- Sublist non numbered
- Next indent level
- Back
Horizontal Lines:
.
.
.
Block Quote
Preformatted text
Inline formatting
Italics
Italics
Bold
Bold+Italics
Bold+Italics
this_is_not_emphasis
Strike-through
Content with a – (dash) and a — (long dash).
Sample inline code a++
can be specified here.
HTML escaped characters and inline HTML
Copyright: ©
Registered: ®
Trademark: ™
Less Than: <
Greater Than: >
Ampersand: &
Smiley: 😄
Embedded HTML: x2
Floating image via HTML: Follow up text after the image. This honors the floats and wraps around the image, automatically going into the next line.
Tables, code blocks and task lists
Name | Job |
---|---|
Alex | Web Developer |
Bob | Sys Admin |
Gabby | Technical Writer |
Alternate table
Name | Mantra |
---|---|
Alex | There must be a better way. |
Bob | Play it safe. |
Gabby | Try everything, but do what you like. |
Table alignment
Index | Product | Edges |
---|---|---|
1. | Circle | 0 |
2. | Line | 1 |
3. | Square | 4 |
Acme website task list
- Get the home page up
- Update Privacy Policy and Terms of Use
- Add the about page
- Start the blog
- Enable contact us
Code block
|
|
With highlighting:
|
|
Direct Emojis
Smile please 😄
I ❤️ Hugo
Wink 😉
A link to Emojis
Smart conversion
This will convert to a dash –
This is followed by ellipses …
This is extra highlighted
Definition Lists
- Alex
- Hippy Web Developer
- Technophile
- Bob
- Classic SysAdmin
- Conservative
- Gabby
- Cool Content Master
- Cautious
Shortcodes
Youtube
Highlight
|
|
|
|
Inline shortcodes.
Inline Shortcode declaration and first use
A programmer’s wife sends him to the grocery with instructions: Get a loaf of bread and if they have eggs, get a dozen. He came back with a dozen loafs of bread: They had eggs.
Shortcode usage as HTML
A programmer's wife sends him to the grocery with instructions: **Get a loaf of bread and if they have eggs, get a dozen**. He came back with a dozen loafs of bread: **They had eggs.**Shortcode usage as Markup
A programmer’s wife sends him to the grocery with instructions: Get a loaf of bread and if they have eggs, get a dozen. He came back with a dozen loafs of bread: They had eggs.