Post 1 about how to make the web looks great and pretty

Cover image

One of the most confusing aspects of using Markdown is that practically every Markdown application implements a slightly different version of Markdown. These variants of Markdown are commonly referred to as flavors. It’s your job to master whatever flavor of Markdown your application has implemented.

Markdown Cheat Sheet

{
    "firstName": "John",
    "lastName": "Smith",
    "age": 25
}
let x = "hello world";
console.log(x);

Extended Syntax

These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.

Table

Syntax Description
Header Title
Paragraph Text

Task List

  • Write the press release
  • Update the website
  • Contact the media