Skip to content

tocausan/mastering-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

Mastering Markdown

Waffle.io Waffle.io

Badges

Make your badge:
	String rules:
		2 dashes (--): 1 dash (-)
		2 underscores (__): 1 underscore (_)
		1 space ( ) or 1 underscore (_): 1 space () 
		color: hex code or color name
	
	More parameters:
		?style: [plastic, flat, flat-square, social]
		?label: healthinesses (Override the default left-hand-side text)
		?logo: data:image/png;base64... (Insert logo image (≥ 14px high))
		?logoWidth: int (Set the horizontal space to give to the logo)
		?link: link (Specify what clicking on the left/right of a badge should do (esp. for social badge style))
		?colorA: hex (Set background of the left part)
		?colorB: hex (Set background of the right part)
		?maxAge: int (Set the HTTP cache lifetime in secs)

	Template:
	[![Waffle.io](https://img.shields.io/badge/[SUBJECT]-[STATUS]-[COLOR].svg)]()
[![Waffle.io](https://img.shields.io/badge/Status-Almost_done-yellow.svg?style=flat)]()

Waffle.io

More at shields.io

Text

Am I **bold** or *italic* ? <br>
Maybe I should ~~check~~ [online](google.com).

Am I bold or italic ?
Maybe I should check online.

Lists

Numbered list :
1. One
2. Kaksi
3. Trois

Bullet points :
* Yksi
* Dos

More Points :
- Bonjour
	- hey
	- moikka
- Hola

Numbered list :

  1. One
  2. Kaksi
  3. Trois

Bullet points :

  • Yksi
  • Dos

More Points :

  • Bonjour
    • hey
    • moikka
  • Hola

Images

Soon

Headers

# Heade 1 #
## Header 2 ##
### Header 3 ###
#### Header 4 ####
##### Header 5 #####
###### Header 6 ######

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Quotes

> Hey this is a quote !
> By me

Hey this is a quote ! By me

Code

    <code> You can't see this 4 spaces indented markup </code> 
`<code> You can't see this fenced markup </code>`
\```html
<code> You can't see this highlighted syntax markup </code>`
\```
<code> You can't see this 4 spaces indented markup

<code> You can(t see any markup </code>

<code> You can't see this highlighted syntax markup </code>

Tables

Header 1 | Header 2
---------|---------
Cell 1 | Cell 2
Cell 3 | Cell 4
Header 1 Header 2
Cell 1 Cell 2
Cell 3 Cell 4

Extras

Hello @tocausan !

Today you'll do some tasks :
- [x] Clean your desktop
- [ ] Vist your grandma

:sparkles: :sparkles: :sparkles:

Hello @tocausan !

Today you'll do some tasks :

  • Clean your desktop
  • Visit your grandma

✨ ✨ ✨

Ressources