summaryrefslogtreecommitdiff
path: root/glfm_specification/input/gitlab_flavored_markdown/glfm_canonical_examples.txt
diff options
context:
space:
mode:
Diffstat (limited to 'glfm_specification/input/gitlab_flavored_markdown/glfm_canonical_examples.txt')
-rw-r--r--glfm_specification/input/gitlab_flavored_markdown/glfm_canonical_examples.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/glfm_specification/input/gitlab_flavored_markdown/glfm_canonical_examples.txt b/glfm_specification/input/gitlab_flavored_markdown/glfm_canonical_examples.txt
new file mode 100644
index 00000000000..91cc9c3b4d7
--- /dev/null
+++ b/glfm_specification/input/gitlab_flavored_markdown/glfm_canonical_examples.txt
@@ -0,0 +1,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>
+````````````````````````````````