summaryrefslogtreecommitdiff
path: root/spec/frontend/fixtures
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-14 09:09:30 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-14 09:09:30 +0000
commit641b65c021767da7cb82bf64d9784e91c8cfb308 (patch)
treecec0a24b20a55e2fadb56ebcad5977895feb48f6 /spec/frontend/fixtures
parenta5266bda12fe65e9f10216a36ce492b93c2ad2d8 (diff)
downloadgitlab-ce-641b65c021767da7cb82bf64d9784e91c8cfb308.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/fixtures')
-rw-r--r--spec/frontend/fixtures/api_markdown.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/frontend/fixtures/api_markdown.yml b/spec/frontend/fixtures/api_markdown.yml
index 69bebca5282..45f73260887 100644
--- a/spec/frontend/fixtures/api_markdown.yml
+++ b/spec/frontend/fixtures/api_markdown.yml
@@ -278,3 +278,12 @@
- `RGBA(0,255,0,0.3)`
- `HSL(540,70%,50%)`
- `HSLA(540,70%,50%,0.3)`
+- name: math
+ markdown: |-
+ This math is inline $`a^2+b^2=c^2`$.
+
+ This is on a separate line:
+
+ ```math
+ a^2+b^2=c^2
+ ```