Test post
Test
This post is a simple test to confirm that posts can be made. Here there are two seperate lines. Now we have three.
Now here is a line indented with one tab. Here it is with no indent.
Now here is a list:
- First
- Second
- Third
#Here comes a horizontal line.
Done with the line.
Here is a link to this page’s github repository.
a sample image: ![Markdown Image][http://kune.fr/wp-content/uploads/2013/10/ghost-blog.jpg]
bigger imagea:
![Markdown Image][http://kune.fr/wp-content/uploads/2013/10/ghost-blog.jpg]{: class=”bigger-image” }
##Code sample Here is a line of c++
#include <iostream<
using namespace std;
int main(){
std::cout << "Hello World!" << std::endl;
return 0;
}