misc
test
Hello World!
Nguyen Minh Hieu
12/25/2022

H1

H2

H3

This is header

How does single line look like?

How does paragraph look like? Lorem ipsum dolor sit amet, consectetur adipiscing 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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

KaTeX

Does inline equation ejθ=cosθ+jsinθe^{j\theta} = \cos\theta + j\sin\theta work? Does math block work?

v×u=[0vzvyvz0vxvyvx0][uxuyuz]\textbf{v} \times \textbf{u} = \begin{bmatrix} 0 & -v_z & v_y \\ v_z & 0 & -v_x \\ -v_y & v_x & 0 \end{bmatrix} \begin{bmatrix} u_x \\ u_y \\ u_z \\ \end{bmatrix}

This is big-o O(nlogn)\mathcal{O}(n\log n)

Code

// Does this comment show?
let string = () => {
  console.log("javascript syntax highlighting")
};
string()
/* Does this comment show? */
fn rust_func(i: i32) -> i32 {
  println!("syntax highlight for rust");
  if (i == 0) i;
  return i + rust_func(i-1);
}
// Does this comment show?
uniform u_time;

void main() {
  /* glsl code here */
  float x = 1.0 * u_time;
  vec3 col = vec3(x);
  gl_FragColor = vec4(col, 1.0);
}

Here is a horizontal rule.


Here is citation on shapecrafter @shapecrafter

Here is a list:

And an ordered list:

  1. James Madison
  2. James Monroe
  3. John Quincy Adams

Here is a table:

ItemPrice# In stock
Juicy Apples1.99739
Bananas1.896

The End.