negating html metacharacter

24 views
Skip to first unread message

Sandor Strohmayer

unread,
Jun 29, 2018, 11:23:40 AM6/29/18
to mnemosyne-proj-users
for some of my flash cards i need to put something like this


<b>builtin</b>  <builtin_name>

It should appear as builtin  <builtin_name>



The less than and greater than symbols surround <builtin_name> are being interpreted as html characters.

Is there a way to  have the interpreter ignore them.

For example in the bash shell placing a backslash in front of the characters  would treat them based on their literal value.

I would appreciate any help or suggestions.

Thank you

Sandor

Peter Bienstman

unread,
Jun 29, 2018, 12:45:55 PM6/29/18
to mnemosyne-...@googlegroups.com

Hi,

 

The trick is to replace < by &lt;

 

Cheers,

 

Peter

 

--
You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mnemosyne-proj-u...@googlegroups.com.
To post to this group, send email to mnemosyne-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/9309dfd7-4d2d-48e4-9a84-ff35df8c0c63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sandor Strohmayer

unread,
Jun 29, 2018, 12:50:46 PM6/29/18
to mnemosyne-...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages