Hello-
How is the backtick character used in posts to indicate code and how is this different from the code markup tag?
In a recent post mbolivar reported success using the backtick.
http://forums.leaflabs.com/topic.php?id=639#post-3663
However, in my recent post about a possible bug in SerialUSB.read() I was not able to get a null character (backslash zero) to appear in my post.
I will try it again here:
On the next line I will put (ignoring spaces) the "characters" for backtick backslash zero backtick:
Let's see what appears. When I viewed the post the line was empty, and when I then I tried to edit the post I saw only the two backticks (no backslash zero).
On the next line I will put (ignoring spaces) the "characters" for backslash zero sanwiched between opening and closing code markup tags ("lessthan"code"greaterthan" backslash zero "lessthan"/code"greaterthan":
Let's see what appears. Same result. When I viewed the post the line was empty, and when I then I tried to edit the post I saw only the two backticks (no backslash zero).
In my original post about SerialUSB.read() I tried to double up the backslashes (which works in C with printf strings, but that did not work. Let me try it again.
On the next line I will put (ignoring spaces) the "characters" for backtick backslash backslash zero backtick:
\
Let's see what happens. All I see is a single backslash.
One last attempt:
On the next line I will put (ignoring spaces) the "characters" for backtick backslash backslash zero zero backtick:
Let's see what happens.
Success! Is there an easier way to show the backslash zero null character?
Thanks!
Stephen from NYC