Page MenuHomePhabricator

remarkup real Literal Blocks
Closed, ResolvedPublic

Description

Hello,

It's really necessary to add a real literal markup to remarkup language, like <pre> in html

even in the documentation
https://secure.phabricator.com/book/phabricator/article/remarkup/#literal-blocks
the ' is doing some weird things

thank's ;)

Event Timeline

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

Can you show an example of something not working with the %%% literal block?

Oh, if you just want monospaced text (without syntax highlighting), like <pre> in HTML, open the block like ```lang=text. For example:

!@#$%^&*()_+QWERTYUIOP{}|ASDHJKL:";'

You can use "View Raw" from the dropdown menu at the right of this comment to see exactly what I typed.

You right

```lang=text

Is the perfect one :

  • no color at all
  • no parsing at all

cool !

Thank's

ps: we have Pygments in our phabricator installation