https://docs.gitlab.com/ee/user/markdown.html
https://ru.wikipedia.org/wiki/Markdown
- https://www.google.com
- https://google.com/
- ftp://ftp.us.debian.org/debian/
- smb://foo/bar/baz
- irc://irc.freenode.net/gitlab
- http://localhost:3000
You can add footnotes to your text as follows.1
If you paste a message from somewhere else
var s = "JavaScript syntax highlighting";
alert(s);
def function():
#indenting works just fine in the fenced code block
s = "Python syntax highlighting"
print s
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
#include <stdio.h>
int main(int argc, char *argv[])
{
if(argc!=2)
{
printf ("You forgot to type your name\n");
return 1;
}
printf("Hello %s", argv[1]);
return 0;
}
No language indicated, so no syntax highlighting.
s = "There is no highlighting for this."
But let's throw in a <b>tag</b>.
@user_name @group_name README README
H1
H2
H3
H4
H5
H6
I'm a relative reference to a repository file
I am an absolute reference within the repository
You can use numbers for reference-style link definitions
Or leave it empty and use the link text itself
Some text to show that the reference links can follow later.
Left Aligned | Centered | Right Aligned | Left Aligned | Centered | Right Aligned |
---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 |
Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 |
-
This is my awesome footnote.
↩