Welcome to mirror list, hosted at ThFree Co, Russian Federation.

glfm_canonical_examples.txt « gitlab_flavored_markdown « input « glfm_specification - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91cc9c3b4d7f198d1cca65c92b7359034d6282be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# First GitLab-Specific Section with Examples

## Strong but with two asterisks

```````````````````````````````` example
**bold**
.
<p><strong>bold</strong></p>
````````````````````````````````

# Second GitLab-Specific Section with Examples

## Strong but with HTML

```````````````````````````````` example
<strong>
bold
</strong>
.
<p><strong>
bold
</strong></p>
````````````````````````````````