BLOG ABOUT RSS

Test

by Christof Jans | 2013-07-14

This is a test post of my new "blog-engine". The world clearly does not have enough blog engines so I decided to write my own. It uses git, .NET Core and Markdown on the client and is hosted on GitHub.

Math

Math is awesome. I don't know if I'll be doing a lot of math blogging, but I would like to have the option. I'm using the awesome MathJax library to render math.

This is inline math: $ax^2 + bx + c = 0$ .

This is a math paragraph:

$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$

Code

For code styling I'm currently using Highlight.js .

This is inline code: console.log("Hello, world !"); .

This is a code paragraph :

// example of code paragraph

var i;

for (i=0;i<100;i++) {
    console.log(i);
}

Media

Image test:

Youtube test:

misc

Quote test:

Mark Twain: Suppose you were an idiot and suppose you were a member of congress; but I repeat myself .

Javascript test:

Table test:

item price
xbox $300.00
food $40.00

This is text that has been marked .

superscript test: 210 = 1024

subscript test: H2O is a liquid .

This is text that has been deleted .

This is the end of this test post.