Skip to content

Latest commit

 

History

History
118 lines (88 loc) · 2.94 KB

Markdown Sheet.md

File metadata and controls

118 lines (88 loc) · 2.94 KB

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Italic

bold

Create a section

Like this


Quote blocks can be used

to simulate a conversation between 2 person per example

or with 3

Code blocks


Code block

You can also create extended code blocks that will take the syntax hightlighting of the language you choose

#include <stdio.h>
int main()
{
	printf("Hello world");
	return (0);
}

Links


Links are also a super sweet way to redirect people to pdf, maybe some tutorials or even your own section in the file

This way you're using html syntax

And with this you're using markdown syntax

And with this you can create a link to a segment of this file making possible to create an index

You can also link stuff with images


Lists can be usefull to show everything that your project has to offer, you can make them

  1. Like
  2. This
  1. Or
  2. Even
  3. Like
    1. this

There's a bunch of different ways to create lists

  • First item

  • Second item

  • Third item

  • Fourth item

  • First item

  • Second item

  • Third item

    • Indented item
    • Indented item
  • Fourth item


Organized items through a folder like system

Here you can add a custom name

You can write or use any markdown systax in here

Test 2 You can also add a "subfolder"

You can also create tables like this

Text More text
The layout is responsive according to the text that is on them

There's of course a bunch of stuff made by the community per example badges with shield.io

WIth shields.io you can create a bunch of different badges with different

Information

Static Badge Static Badge

Styles

Static Badge Static Badge

Even use them to share your socials, why not

Static Badge Static Badge


end