Skip to content

wbswbs/markdown_the_right_way

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markdown - The right way

Markdown is a simple markup language, to easily format text

There are some different implementations.

Structure of this Document

question.md

Basic Implementaion

Heading

Sub-heading

Paragraphs are separated by a blank line.

Two spaces at the end of a line
produces a line break.

Text attributes italic, bold, monospace.

Horizontal rule:


Strikethrough: strikethrough

Bullet list:

  • apples
  • oranges
  • pears

Numbered list:

  1. lather
  2. rinse
  3. repeat

An example.

Image

Markdown uses email-style > characters for blockquoting.

Inline HTML is supported.

About

Markdown - Tutorial, Best Practices and Recipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published