Commit b5668b83 authored by Evan Read's avatar Evan Read

Merge branch 'patch-29' into 'master'

Making the code of the markdown table the same as the rendered example

See merge request gitlab-org/gitlab!17619
parents 73aedae5 fb2bf135
......@@ -1305,7 +1305,7 @@ Example:
```markdown
| header 1 | header 2 | header 3 |
| --- | ------ |----------|
| --- | ------ |---------:|
| cell 1 | cell 2 | cell 3 |
| cell 4 | cell 5 is longer | cell 6 is much longer than the others, but that's ok. It will eventually wrap the text when the cell is too large for the display size. |
| cell 7 | | cell <br> 9 |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment