I know that maybe this is not a very useful repository. Have an idea to add something? Fell free to create pull request!
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
text Inline Code text
Mistaken text.
Italics
Bold
text `Inline Code` text
~~Mistaken text.~~
*Italics*
**Bold** - a task list item
- list syntax required
- normal formatting
- incomplete
- completed
- [ ] a task list item
- [ ] list syntax required
- [ ] normal **formatting**
- [ ] incomplete
- [x] completed4 space indention
makes full-width
standard code blocks
4 space indention
makes full-width
standard code blocksdocument.innerHTML = "I'm js code";
/* I'm comment */.css {
font-size: 25px;
width: 100%;
padding: 5px;
height: 50%;
color: #333;
}
/* I'm comment */- List item one
- List item two
- A nested item
* List item one
* List item two
* A nested item- Number list item one
- Number list item two
- Number list item three
1. Number list item one
2. Number list item two
3. Number list item threeQuote
Second line Quote
> Quote
>
> Second line QuoteStandard link = https://corion.com.pl
Custom Text Link
Standard link = https://corion.com.pl
[Custom Text Link](https://corion.com.pl)GFM (Github Flavored MarkDown) don't support change size of img but You can use some HTML "img" tags in your Markdown:
<img src="https://github.com/fluidicon.png" alt="Image" width="200" height="200"/>| Left-Aligned | Center Aligned | Right Aligned |
|---|---|---|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
| Left-Aligned | Center Aligned | Right Aligned |
| :------------ |:---------------:| -----:|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |