Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 387 Bytes

gfm.md

File metadata and controls

29 lines (17 loc) · 387 Bytes

GFM

Autolink literals

www.example.com, https://example.com, and [email protected].

Strikethrough

one or two tildes.

Table

a b c d

Tasklist

  • to do
  • done

Latex

Given a formula below

$$ s = ut + \frac{1}{2}at^{2} $$

Calculate the value of $s$ when $u = 10\frac{m}{s}$ and $a = 2\frac{m}{s^{2}}$ at $t = 1s$