| title | Markdown cheatsheet |
|---|---|
| tags | md, syntax, github |
Note
Highlights information that users should take into account, even when skimming.
Tip
Optional information to help a user be more successful.
Important
Crucial information necessary for users to succeed.
Warning
Critical content demanding immediate user attention due to potential risks.
Caution
Negative potential consequences of an action.
Note
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse molestie pretium diam, eu varius nisi malesuada vitae. Phasellus quis turpis ut ipsum gravida varius.
// code also works inside
console.log("this is cool")Lists also:
- task A
- subtask A.1
- subtask A.2 done
- task B
Tables too
| ColA | ColB |
|---|---|
| one | two |
Note
Even nested note-quotesThat's crazy man! Go get treated 💊
I know
Details also
coucou details
and permalinks
Line 1 in 81876e4
I'm small text
Here is a list:
- A relative link that points to this repo's file
docs/test.md - A link to another repo: https://github.com/abernier/vertex-journey 1
- And to its
#readmesection: https://github.com/abernier/vertex-journey#readme 1 - A link to code line 16—17 (external repo): https://github.com/abernier/vertex-journey/blob/fa786ff1882843b2ac56e086651c7eb25a5b3663/src/index.js#L16-L17 2
- A permalink to an deleted/old file (of this repo):
Line 1 in 81876e4
- a link to a closed issue: #1
- some keyboard keys: wasd + space
- An edited text: What the
fuckhell!
| ColA | ColB |
|---|---|
| one | two |
hey I'm fine!
Hey how are you
CLICK ME
We can hide anything, even code!3
puts "Hello World"TODO:
- task A
- subtask A.1
- subtask A.2 done
- task B
The Cauchy-Schwarz Inequality
Math expressions - @see: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
solid Mesh
facet normal 1.000000 0.000000 0.000000
outer loop
vertex 10.000000 0.000000 0.000000
vertex 10.000000 -20.000000 20.000000
vertex 10.000000 -20.000000 0.000000
endloop
endfacet
facet normal 1.000000 0.000000 0.000000
outer loop
vertex 10.000000 0.000000 20.000000
vertex 10.000000 -20.000000 20.000000
vertex 10.000000 0.000000 0.000000
endloop
endfacet
facet normal -1.000000 0.000000 0.000000
outer loop
vertex -10.000000 -20.000000 0.000000
vertex -10.000000 0.000000 20.000000
vertex -10.000000 0.000000 0.000000
endloop
endfacet
facet normal -1.000000 0.000000 0.000000
outer loop
vertex -10.000000 -20.000000 20.000000
vertex -10.000000 0.000000 20.000000
vertex -10.000000 -20.000000 0.000000
endloop
endfacet
facet normal 0.000000 0.000000 1.000000
outer loop
vertex -10.000000 -20.000000 20.000000
vertex 10.000000 0.000000 20.000000
vertex -10.000000 0.000000 20.000000
endloop
endfacet
facet normal 0.000000 -0.000000 1.000000
outer loop
vertex 10.000000 -20.000000 20.000000
vertex 10.000000 0.000000 20.000000
vertex -10.000000 -20.000000 20.000000
endloop
endfacet
facet normal 0.000000 0.000000 -1.000000
outer loop
vertex -10.000000 0.000000 0.000000
vertex 10.000000 -20.000000 0.000000
vertex -10.000000 -20.000000 0.000000
endloop
endfacet
facet normal -0.000000 -0.000000 -1.000000
outer loop
vertex 10.000000 0.000000 0.000000
vertex 10.000000 -20.000000 0.000000
vertex -10.000000 0.000000 0.000000
endloop
endfacet
facet normal 0.000000 1.000000 0.000000
outer loop
vertex -10.000000 0.000000 0.000000
vertex 10.000000 0.000000 20.000000
vertex 10.000000 0.000000 0.000000
endloop
endfacet
facet normal -0.000000 1.000000 0.000000
outer loop
vertex -10.000000 0.000000 20.000000
vertex 10.000000 0.000000 20.000000
vertex -10.000000 0.000000 0.000000
endloop
endfacet
facet normal 0.000000 -1.000000 0.000000
outer loop
vertex 10.000000 -20.000000 0.000000
vertex -10.000000 -20.000000 20.000000
vertex -10.000000 -20.000000 0.000000
endloop
endfacet
facet normal -0.000000 -1.000000 -0.000000
outer loop
vertex 10.000000 -20.000000 20.000000
vertex -10.000000 -20.000000 20.000000
vertex 10.000000 -20.000000 0.000000
endloop
endfacet
endsolid Mesh
{
"type": "Polygon",
"coordinates": [
[
[-90,30],
[-90,35],
[-90,35],
[-85,35],
[-85,30]
]
]
}
- SPEC: https://github.github.com/gfm
- https://github.blog/tag/markdown/
- https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls