Gollum: Is there any way to escape angle brackets?

Created on 22 Jun 2013  路  5Comments  路  Source: gollum/gollum

If I do it as follows

<id>

I see nothing: . If I use character entity references

&lt;id&gt;

I see character entity references: <id>.

Most helpful comment

You can write as \<foo> in GFM.

All 5 comments

Hi @x-yuri, I'm assuming you are using Markdown. If so, have you tried the following?

`<id>`

Sure, I'm using GitHub Flavored Markdown. And well, your suggestion suits me, thanks. But I also wonder if there is a way to make it without changing appearance.

Sorry @x-yuri, I'm afraid this isn't possible with GitHub Flavored Markdown.

You can write as \<foo> in GFM.

You can write as \<foo> in GFM.

Best answer by far, thanks cabo.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

deadc0de6 picture deadc0de6  路  11Comments

Fastidious picture Fastidious  路  4Comments

chris2fr picture chris2fr  路  12Comments

waltharius picture waltharius  路  7Comments

hannahwong picture hannahwong  路  10Comments