Readme

Documentação interna do Markdown estilizado

Example of https://shields.io/ usage: Build Status

H1 - A first-level heading

H2 - A second-level heading

H3 - A third-level heading

H4 - A fourth-level heading

This is bold text, This text is italicized, This was mistaken text

All this text is important

This text is extremely important

This is a subscript text and this is a superscript text.

Text that is a quote

Some basic Git commands are:

git status
git add
git commit

Links underpage (stayed on final of the page)

Unordered List example

Ordered List example

  1. First list item
    • First nested list item
  2. Second list item

The background color is #ffffff for light mode on text.

This site was built using GitHub Pages as base.

Screenshot of a comment on a GitHub issue showing an image, added in the Markdown, of an Octocat smiling and raising a tentacle.


Check box example


Table example:

MonthSavings
January$250
February$80
March$420

Footnote Here is a simple footnote 1.
A footnote can also have multiple lines 2.

Infobox 1

Simple -> insert anything here

Infobox 2

Warning infobox -> insert anything here
This is another line.

echo "Hello World."

hey

Infobox 3

Danger infobox -> insert anything here
This is another line.

echo "Hello World."

hey

Footnotes

  1. My reference.

  2. To add line breaks within a footnote, prefix new lines with 2 spaces.