Skip to content

tomassebestik/github-issue-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Test GH issues syntax

Task list

Footnotes

Here is a simple footnote1.

A footnote can also have multiple lines2.

SUP/SUB GitHUB

This is a subscript text This is a superscript text

SUP/SUB Gitlab

The formula for water is H2O while the equation for the theory of relativity is E = mc2.

Alerts GitHUB

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.

Alerts GITLAB

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.

Gitlab TABS

::Tabs

:::TabTitle Tab One

Here's some content in tab one.

:::TabTitle Tab Two

Here's some other content in tab two.

::EndTabs

Emoji

😄

Multiline blockquote (GL)

If you paste a message from somewhere else

that spans multiple lines,

you can quote that without having to manually prepend > to every line!

Codeblock GH

import six

print("hello")

Codeblock GL

import six

print("hello")

Collapsed section GH

Tips for collapsed sections

You can add a header

You can add text within a collapsed section.

You can add an image or a code block, too.

   puts "Hello World"

Diagrams GH

Here is a simple flow chart:

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

GeoJSON GH

{
	"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

Images resize

{: width="30%"}

{: width=300"}

Footnotes

  1. My reference.

  2. To add line breaks within a footnote, prefix new lines with 2 spaces. This is a second line.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors