Code and LaTeX

Posted on

This is just a test for code highlight and LaTeX

var message = 'Hello World!';

console.log(message);

LaTeX

$$a^2 + b^2 >= 2ab$$

When \( a \ne 0 \), there are two solutions to \( ax^2 + bx + c = 0 \) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$