blog

Markdown

Notes on Mark down.

Unordered Lists

  • 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
      1. Numbered sublist
      2. Next item
      3. Next indent level

Ordered Lists

  1. Numbered sublist
  2. Next item
    1. Next indent level
      • Sublist non numbered
  3. Back

Horizontal Lines


*********************************** Give lint errors

Emphasis

Italics *Italics*

Italics _Italics_

Bold __Bold__

Bold **Bold**

Bold+Italics ___Bold+Italics___ Add 3 asterisks or underscore Bold+Italics ***Bold+Italics***

this_is_not_emphasis

Strikethough ~~Strike though~~

Content with a – (dash) and a — (long dash).

link [link](http://link/path/to/target)

link

Shared Links with footnotes

Second shared link

target 1

Sample inline code a++ can be specified here.

Alt Text HTML Escaped characters:

Table spacing

HTML use non breaking space

Special symbols

Basically 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.

Table:

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.

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
var x= 10;
x++;
console.log(x);

Direct Emojis

Smile please :smile:

I :heart: Hugo

Wink :wink:

Fractions

1/2

100/999

Not a Number/5

A link to Fractions

Definition Lists

Alex
Hippy Web Developer
Technophile
Bob
Classic SysAdmin
Conservative
Gabby
Cool Content Master
Cautious