Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 586 Bytes

REFERENCE.md

File metadata and controls

26 lines (19 loc) · 586 Bytes

Reference

Not so common commands I often forget.

CI/CD

tf-apply and tf-destroy in commit message run terraform.

Latex

\mathcal{S} -> fancy symbols (by default capital letters are not fancy-fied)
\mid -> conditional probability
\quad -> spacing
\qquad -> double space

Markdown

~~striketrough~~
<hr> = ---
[inline link](https://example.com "Title shows when hovered")
[reference link][1]
[1]: https://example.com "Title"
![images](/imgs/a.jpg "Descripton shows when hovered")