patikaodev01

What is Markdown?

Markdown is a lightweight markup language that describes how text should look on a page. HTML is another example of a markup language. Markdown is a style of writing documents that makes it easy to define what the content should look like. It describes headers, text styles, links, lists and so much more.

Lists

  • First item
  • Second item
  • Third item
  1. First item
  2. Second item
  3. Third item

Tables

Header 1 Header 2 Header
Column 1/Row 1 Column 2/Row 1 Column 3/Row 1
Column 1/Row 2 Column 2/Row 2 Column 3/Row 2
Column 1/Row 3 Column 2/Row 3 Column 3/Row 3

Code Blocks

function (){
console.log("Hello, World!);
}
<a href="linkpage.html">Go to page</a>

Patika.dev

Logo