This is a paragraph filled with some bold text and some italic text. The two ways of doing this. We can also strike out some text.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
this is
part of
the same line.
New line.
You can use also regular HTML when there is no Markdown way to do what you want.
There is an horizontal rule below.
Adding http:// links will be created automatically: https://www.google.com
or we can keep our code clean by referencing the url later
or
we can also link an image
Unordered List
- You can use a - sign
- Or you can use a + sign
- Or you can use a * sign.
- You can indent with tabs.
Ordered List
- Item 1
- Item 2. Markdown will ignore your numbers
- Item 4. Markdown will show the proper numbers.
- You can combine lists
Someone said this, right?
Yes
Blockqoutes need to be separated by something else.
And this was said by Einstein (?).
Inline code block: var foo = bar;
Here is my code:
const array = [1,2,3];
array.pop();
I could add the languaje (or not).
echo "I don't know which languaje I am. :]"
I can also build git diff
var isHold = true;
- var speed = 5;
+ var speed = 7;
Dog's Name | Dog's Age |
---|---|
Quillo | 10 |
Russia | 6 |
Luka | 4 |
Boni | 2 |
The text align will depend on where you write the two points.
Supported by Github
- Test @talkahe pull request
- Deploy update
- Fix issue #34