Search

Difficulty escaping '(C)' which renders as copyright symbol

Subscribe to Difficulty escaping '(C)' which renders as copyright symbol 1 post(s)

 
silasdavis

I use markdown in my notebooks. Recently I tried adding the text:

( C ) [n.b. Without spaces!]

Incidentally, it is a symbol to represent a population of cattle, thus C. Which appears as:

©

Referring to the markdown website I tried:

\(C\)

Hoping for literal brackets, but got:

\(C\)

Pretty minor, but worth fixing