quartz/content/Markdown.md
Miguel Pimentel d7bf0695de
Pull-Request [ariasae-12-15-2023] from Obsidian (#50)
* PUSH NOTE : Mermaid Gantt.md

* PUSH NOTE : Bookmark Collections.md

* PUSH NOTE : Dominican Republic.md

* PUSH NOTE : Books Collection.md

* PUSH NOTE : Meta.md

* PUSH NOTE : Inspirations.md

* PUSH NOTE : index.md

* PUSH NOTE : Serif.md

* PUSH NOTE : Move Your Body.md

* PUSH NOTE : Consistency.md

* PUSH NOTE : Reverse Outlines.md

* PUSH NOTE : Sans-serif.md

* PUSH NOTE : Micropolitan Statistical Area.md

* PUSH NOTE : Chords.md

* PUSH NOTE : Atomic Notes.md

* PUSH NOTE : Zola.md

* PUSH NOTE : Svelte.md

* PUSH NOTE : Rhizomatic Learning.md

* PUSH NOTE : Rhombic Dodecahedron.md

* PUSH NOTE : Past Titles and Roles.md

* PUSH NOTE : NeoVim.md

* PUSH NOTE : Markdown.md

* PUSH NOTE : JavaScript.md

* PUSH NOTE : CSS.md

* PUSH NOTE : Bulma.md

* PUSH NOTE : Quotes Collection.md

* PUSH NOTE : Words I Like.md

* PUSH NOTE : Free Facts.md
2023-12-15 10:03:04 -06:00

31 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Markdown
compartir: true
updated: 2023-12-15
tags:
- stub
---
## Introduction
Markdown is a lightweight [[./Markup Language|Markup Language]] that you can use to add formatting elements to plaintext text documents. Created by [John Gruber](https://daringfireball.net/projects/markdown/) in 2004, Markdown is now one of the world's most popular markup languages.
> [!Note]
> This website's content is exclusively written in Markdown.
## Markdown Flavors
 There are several popular flavors of Markdown that add extra features and extensions to the original syntax. Two of the most popular ones include:
### CommonMark
CommonMark is a standardized version of Markdown that aims to create a consistent and universally understood Markdown specification. It provides a clear syntax specification, including features like headings, lists, links, emphasis, code blocks, and more.
### GitHub Flavored Markdown
GitHub Flavored Markdown, also known as GFM, is a Markdown flavor used by GitHub. It extends the basic Markdown syntax by adding some additional features. These include task lists, tables, user mentions, and code syntax highlighting. GFM is commonly used in GitHub repositories for documentation and README files.
## Markdown Showcase
Check out the [[./Markdown Showcase|Markdown Showcase]] to see what Markdown can do.