Page MenuHomePhabricator

Need a inline literal formating syntax
Closed, ResolvedPublic

Description

%%% is used to define a literal block, but sometimes we need a inline literal syntax, to prevent some inline words/sentences not be processed by remarkup.

Event Timeline

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

Can you give me an example of something you're having trouble formatting? See some previous discussion in T6357.

(See also T5397, which I'll probably merge here if this survives.)

addeo added mocks: Restricted Pholio Mock, Restricted Pholio Mock.Dec 1 2014, 12:57 PM

For example i have a sentence written in remarkup:

The Ford T1 platform is Ford Motor Company's large SUV automobile platform. It is based on the P2 platform used in the company's pickup trucks.

Here T1 and P2 are two domain specific terms that I don't want them to be interpreted to Maniphest task #1 and Paste #2.

Yes i can surround the two terms with ` or ##, but I don't need the monospaced visual style. I can also use %%% to make the full paragraph literal, but I still need the link and bold text and some other styles.

So what I need is an inline literal markup, behaviors like ` but don't introduce any additional visual style.

You can use remarkup.ignored-object-names to ignore specific object names like T1 and P2 if they're common in your organization. If you don't have a use case beyond that, we probably won't pursue this.

chad removed mocks: Restricted Pholio Mock, Restricted Pholio Mock.Dec 1 2014, 4:54 PM
epriestley claimed this task.

Assuming resolved.