Test md

test markdown page

avimehenwal
avimehenwal   Follow

# Test md

# 🌟 Test Markdown

# Graphs

Link to a Graph

graph LR
    Start --> Stop
digraph graphname {
  a -> b;
  b -> c;
  a -> c;
}

# Definition List

something to explore?
Yeah, there is something to be answered

# đŸ’¯ Latex

Lift() can be determined by Lift Coefficient () like the following equation.

$$ L = \frac{1}{2} \rho v^2 S C_L $$

# Component

# Blockquote

this is markdown yay!

# COntainers

::: tip title content

muliti line :::

def abc(self):
    pass

Here's a simple footnote,[1] and here's a longer one.[2]

# Ratings


  1. This is the first footnote. â†Šī¸Ž

  2. Here's one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote.

    { my code }

    Add as many paragraphs as you like. â†Šī¸Ž