Text
Lists
Links
Code Syntax
Tables
Images
This text is bold.
This text is emphasized
This text is strike through
This is some text in one line.
This is new paragraph on new line.
This line belongs to the same paragraph.
- Some item
- Some other item
- Some item
- Some other item
- Some item
- Some other item
- Some item
- Some nested item
- Some other item
- Some other nested item
[Link to Testing Repository](https://github.com/hristodobrev/TestingRepository Testing Repository)
// This code is in JavaScript
var a = 5;
var b = 7;
console.log(a + b) // Logs 12
s = "Some text in python"
print s
$message = 'And some text in php';
echo $message;
Name | Age |
---|---|
John | 29 |
Jane | 27 |
Samuel | 19 |
Horizontal Rules
This is some blockquote
which can be spread across the lines.