- #739
- https://github.com/octo-org/octo-repo/issues/740
- Add delight to the experience when all tasks are complete 🎉
Here is a simple footnote1.
A footnote can also have multiple lines2.
This is a subscript text This is a superscript text
The formula for water is H2O while the equation for the theory of relativity is E = mc2.
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.
NOTE: This is something to note.
WARNING: This is something to be warned about.
DISCLAIMER: This page contains information related to upcoming products, features, and functionality. It is important to note that the information presented is for informational purposes only. Please do not rely on this information for purchasing or planning purposes. The development, release, and timing of any products, features, or functionality may be subject to change or delay and remain at the sole discretion of GitLab Inc.
::Tabs
:::TabTitle Tab One
Here's some content in tab one.
:::TabTitle Tab Two
Here's some other content in tab two.
::EndTabs
😄
If you paste a message from somewhere else
that spans multiple lines,
you can quote that without having to manually prepend > to every line!
import six
print("hello")import six
print("hello")Tips for collapsed sections
You can add text within a collapsed section.
You can add an image or a code block, too.
puts "Hello World"Here is a simple flow chart:
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"properties": {
"ID": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
35
],
[
-90,
30
],
[
-85,
30
],
[
-85,
35
],
[
-90,
35
]
]
]
}
}
]
}
