Markdown

Markdown is a lightweight markup language for creating formatted text using a plain-text editor.

Actually, this whole repository is built on Markdown.

Every developer has to write documentations, guides and other text material for their projects at some point.

Markdown exists to make this process very easy and quick.

Where markdown is used

  • Documentation
  • Contributing guidelines
  • Github README
  • Blog posts
  • Written assignments
  • Notes
  • …and many more

Headings

This component was made by Stratis Dermanoutsos. The code can be found here.

Text

This component was made by Stratis Dermanoutsos. The code can be found here.

Blockquotes

This component was made by Stratis Dermanoutsos. The code can be found here.

Horizontal rule

This component was made by Stratis Dermanoutsos. The code can be found here.

Lists

This component was made by Stratis Dermanoutsos. The code can be found here.

Image

This component was made by Stratis Dermanoutsos. The code can be found here.

Table

This component was made by Stratis Dermanoutsos. The code can be found here.

Code

  • Inline code

    This component was made by Stratis Dermanoutsos. The code can be found here.
  • Code block

    This component was made by Stratis Dermanoutsos. The code can be found here.

Diagrams

false

To create this, you need to take 2 steps:

  • Create a code block with mermaid as the language.

  • Paste the following as content

    This component was made by Stratis Dermanoutsos. The code can be found here.

Resources