Skip to content

add backslashes to escape table closing

Ghost User requested to merge (removed):patch-29 into master

NOTE: this is my first merge request... any help appreciated. I just clicked on the 'error or improvement' merge request button.

What does this MR do?

adds \ to a |s to prevent table from closing before end of line

previously:

|  header1  |  header2  |
|  ---  |  ---  |
                 <!-- right here v -->
| some important text | `(option1|option2)`  |

the | would close the table and the other options would not be shown

url: https://docs.gitlab.com/ee/api/project_templates.html

screenshot:

screenshot

What are the relevant issue numbers?

none?

Does this MR meet the acceptance criteria?

Edited by Ghost User

Merge request reports