Skip to content

Instantly share code, notes, and snippets.

@d-bucur
Last active September 18, 2023 17:40
Show Gist options
  • Save d-bucur/6cc8ebdaeef95a5f6ac991349a44207e to your computer and use it in GitHub Desktop.
Save d-bucur/6cc8ebdaeef95a5f6ac991349a44207e to your computer and use it in GitHub Desktop.
Cool markdown tricks
Centered text

Markdown guides:


https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

https://github.github.com/gfm/

Emoji list :shipit:

Quote or notes

Table of Contents (hidden by default)
  • Header
    • Header
    • Header

[LinkToClass] (will display correctly if found in the repo)

Image aligned to the left

Subtitle

More description

Mermaid graph

flowchart TB
    c1-->a2
    subgraph one
    a1-->a2
    end
    subgraph two
    b1-->b2
    end
    subgraph three
    c1-->c2
    end
    one --> two
    three --> two
    two --> c2
Loading

Footnote 1

Note

Highlights information that users should take into account, even when skimming.

Important

Crucial information necessary for users to succeed.

Warning

Critical content demanding immediate user attention due to potential risks.

Warning

Can also be written like this

Hidden video
kondo-cli-preview-clean.webm

Footnotes

  1. Footnote text will be moved to the bottom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment