Page MenuHomePhabricator

Bug with Remarkup and invalid Ruby heredoc
Closed, DuplicatePublic

Description

When you post

```lang=ruby
<<X
Single line
\`\`\` (couldn't figure out how to escape these)

the relult is:

<<X
Single line
Single line

Haven't got a clue who to cc, so hopefully a herald rule takes care of that...

Related Objects

Event Timeline

jjoos raised the priority of this task from to Needs Triage.
jjoos updated the task description. (Show Details)
jjoos added a project: Remarkup.
jjoos added a subscriber: epriestley.
jjoos added a subscriber: jjoos.

There's currently no way to escape literal sequences of 3 backticks within a block. One workaround is to use a paste instead, and embed it with the {Pnnn} syntax:

1```
2example
3```