/markdown-cheatsheet

Just a sample of all the markdown elements for editing because I tend to forget them regularly

Markdown-Cheatsheet

Use of #

# H1

Beeg ass letters

## H2

Medium sized letters

### H3

Bigger than normal letters


Bold Text

**<Random shit>**

To get bold letters


Italicized text

*<Type anything you want>*

Print out Italicized text in the renderer


Blockquote

> <text>

Renders a block quote like this


Fenced code block

Anything you want to put here 

Use 3 `shes (idk what they are called) before and after the code.


Ordered list

1. First item 
2. Second item 
3. Third item 

Denote the sections with numbers

  1. Apple
  2. Cherry
  3. Apricot

Unordered list

- First item 
- Second item 
- Third item 

Start the line with a hyphen - to make the line unordered

  • I have a dream
  • That every man will have the right to create their own destiny
  • A nation of action, not words. Ruled by strength, not committee

Link

[<Your text here>](<Put the link here>)

Renders the text as hyperlink and redirects it when pressed

Like this: Press here to get Rick Rolled


Image

![<your alt text>](<Image link>)

For example:

Random image

Remember that it must be from the root directory of the server it is hosted from

Btw you can also use it for gifs.

borgil


Horizontal Line

---

Use this whenever you want to add a horizontal line


Strikethrough

~~<your text>~~

Adds a strikethrough line in the text it covers

--I forgor-- 💀


Task list

- [x] Create an account 
- [x] Make a repositoy 
- [ ] Actually use the online github editor to write the whole code 

Makes a tasklist like this:

  • Ok boomer
  • Get women'd

Emoji

<Emter a sentence you want> :<emoji syntax>:

Women 🤣 🤣 🤣

women moment


Math functions

  1. Basic Arithmetic:
  • Addition: +
  • Subtraction: -
  • Multiplication: * or \cdot
  • Division: /
  • Exponentiation: ^
  • Fractions:
  1. Fraction: \frac{numerator}{denominator} Binomial coefficient: {n \choose k} or {n \atop k}

  2. Roots:

  • Square root: \sqrt{expression}
  • nth root: \sqrt[n]{expression}
  • Trigonometric Functions:
Sine: \sin
Cosine: \cos
Tangent: \tan
Inverse trigonometric functions: \arcsin, \arccos, \arctan
  1. Logarithms and Exponents:
  • Natural logarithm: \ln
  • Common logarithm: \log
  • Exponential function: e^x
  1. Greek Letters:
  • Alpha: \alpha
  • Beta: \beta
  • Gamma: \gamma
  • and so on...
  1. Summation and Limits:
  • Summation: \sum_{i=1}^{n}
  • Product: \prod_{i=1}^{n}
  • Limits: \lim_{x \to a}
  1. Integrals:
  • Definite integral: \int_{a}^{b}
  • Indefinite integral: \int
  1. Matrices and Vectors:
  • Matrix: [ \begin{matrix} ... \end{matrix} ]
  • Vector: [ \begin{pmatrix} ... \end{pmatrix} ]
  1. Equations and Alignment:
  • Equation: [ ... ]
  • Equation with numbering: [ \begin{equation} ... \end{equation} ]
  • Equation alignment: [ \begin{align} ... \end{align} ]
  1. Inlines
  • variable_{number}
  • Eg- $Cirno_{9}$
  • variable_{\text{actual-text}}
  • Eg- $Cirno_{\text{baka}}$