Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 1.6 KB

File metadata and controls

88 lines (65 loc) · 1.6 KB

gitkass/dotfiles/markdown_examples.md

Note

Useful information that users should know, even when skimming content.

Tip

Helpful advice for doing things better or more easily.

Important

Key information users need to know to achieve their goal.

Warning

Urgent info that needs immediate user attention to avoid problems.

Caution

Advises about risks or negative outcomes of certain actions.

A first-level heading

A second-level heading

A third-level heading

My top THINGS-TO-RANK

YOUR TABLE

Rank THING-TO-RANK
1
2
3
Left-aligned Center-aligned Right-aligned
git status git status git status
git diff git diff git diff

Here is a simple flow chart:

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "id": 1,
      "properties": {
        "ID": 0
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
              [-90,35],
              [-90,30],
              [-85,30],
              [-85,35],
              [-90,35]
          ]
        ]
      }
    }
  ]
}
Loading

The Cauchy-Schwarz Inequality
$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$