diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-13 21:08:20 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-13 21:08:20 +0000 |
commit | 87731a5333142f369829341116ab2d4445e47d66 (patch) | |
tree | 7fa601e799d5e06c2d3eb79543bf4b22522ea3ce /spec/frontend/fixtures/api_markdown.yml | |
parent | e9606d7f51144274f9a390c9dd683200daab8eed (diff) | |
download | gitlab-ce-87731a5333142f369829341116ab2d4445e47d66.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/fixtures/api_markdown.yml')
-rw-r--r-- | spec/frontend/fixtures/api_markdown.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/frontend/fixtures/api_markdown.yml b/spec/frontend/fixtures/api_markdown.yml index 906d8492c48..8d8c9a1d902 100644 --- a/spec/frontend/fixtures/api_markdown.yml +++ b/spec/frontend/fixtures/api_markdown.yml @@ -74,3 +74,16 @@ markdown: |- This is a line after a\ hard break +- name: table + markdown: |- + | header | header | + |--------|--------| + | cell | cell | + | cell | cell | +- name: table_with_alignment + markdown: |- + | header | : header : | header : | + |--------|------------|----------| + | cell | cell | cell | + | cell | cell | cell | + |