Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #1238

Closed
Open
Created Aug 15, 2012 by Administrator@rootOwner

Markdown: Escape Pipe in Tablecells

Created by: marvinone

Hi

I want to write tables like:

| parameters  | desc                 |
| :---------  | :------------------- |
| -w | --word | Parameter for Word   |

Basicly this is no problem. Of course the code above cant be parsed right: I cant find a way to escape the Pipe Character ('|') in the first parameter Table Cell: -w | --word (which should be showed as one cell).

I googled but nobody seems to have the same problem. Also I tried unsuccessfully to escape with Backslash (\), Backtick (```), HTML-Pre-Element (<pre>).

Unfortunately I dont know which Markdown-Implementation GitLab uses - so I cant check if Markdown or GitLab is guilty ;) .

marvin

Assignee
Assign to
Time tracking