Page MenuHomePhabricator

Allow characters to be escaped in Remarkup
Closed, DuplicatePublic

Description

It's seems like it's not possible to have a | character in a remarkup table, even in a code block.

Trying to put cat file | grep something into a table splits the code block and creates two cells:

| Sample | `cat file | grep something`
Sample`cat filegrep something`

Is there anyway to escape the pipe or tell it to respect the code block?

As a temporary work around, we can include a paste via {P1254}, but this really clunky.

Blah
1cat file | grep something

Event Timeline

bluehawk raised the priority of this task from to Needs Triage.
bluehawk updated the task description. (Show Details)
bluehawk added a project: Remarkup.
bluehawk added a subscriber: bluehawk.
chad triaged this task as Low priority.Sep 2 2014, 3:47 PM
chad added a subscriber: chad.

Seems reasonable.

epriestley renamed this task from Remarkup: Allow a literal pipe in a table. to Allow characters to be escaped in Remarkup.Sep 19 2014, 12:33 PM
epriestley added subscribers: jjoos, epriestley.
Sample
cat file | grep something