Oops.
I tried
<code>\\</code>
but I got <code><code></code></code>.
I also tried following:
\\\\\\\\
\\\\\\\\
<code>\\</code>
oh, I can’t paste my problem…
I want to place ` inside code. how to do that?
I want to place ` inside code. how to do tha
Markdown processes the backtick as an opening or closing code tag, so every time you include it in your code, you’re effectively closing the code tag.
To work around it, you can follow the instructions here:
https://meta.stackexchange.com/questions/55437/how-can-the-backtick-character-be-included-in-code
Let me know how it goes.
Thank you for reply.
I followed instruction of URL given,
I can place only single backtick in inline code, like:
echo date`
But, 2 backticks can not used. like:
echo date
echodate
echo date
inline codes above are
[backtick][backtick] echo [backtick]date[backtick] [backtick][backtick]
and 3 backticks and 4 backticks patterns.
Any other solutions?
Would you mind posting the exact content you posted to WordPress in a pastebin, so I can try to reproduce? It will also help me make sure I don’t misunderstand what you tried to post because of the way this forum processes posts:
http://pastebin.com/
Could you also let me know if you include that content using the editor’s HTML tab, or the visual editor?
Thanks!
I think the html character entity code should work in markdown (although I haven’t tried it): & #096; = `
and more to the point of what I was searching for when I found this thread, it works on these forums.
-
This reply was modified 9 years, 8 months ago by
cwjordan.