Title: how to use backquote in inline code? (Markdown)
Last modified: August 30, 2016

---

# how to use backquote in inline code? (Markdown)

 *  [Kotori Sonoda](https://wordpress.org/support/users/kotori-sonoda/)
 * (@kotori-sonoda)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-backquote-in-inline-code-markdown/)
 * I use markdown function of Jetpack.
    I need to write a inline code that includes
   backquotes.
 * I tried
 * but I got .
 * I also tried following:
 * 
    \\ \\
 * but I couldn’t get results I expect.
    How can I display ` inside inline code?
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [Kotori Sonoda](https://wordpress.org/support/users/kotori-sonoda/)
 * (@kotori-sonoda)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-backquote-in-inline-code-markdown/#post-6705312)
 * Oops.
 * I tried
 * `<code>\`\`</code>`
 * but I got `<code><code></code></code>`.
 * I also tried following:
 * \`\`\`\`\`\`\`\`
    \`\\\`\\\`\` `<code>\`\`</code>`
 *  Thread Starter [Kotori Sonoda](https://wordpress.org/support/users/kotori-sonoda/)
 * (@kotori-sonoda)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-backquote-in-inline-code-markdown/#post-6705313)
 * oh, I can’t paste my problem…
 * I want to place ` inside code. how to do that?
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-backquote-in-inline-code-markdown/#post-6705421)
 * > 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](https://meta.stackexchange.com/questions/55437/how-can-the-backtick-character-be-included-in-code)
 * Let me know how it goes.
 *  Thread Starter [Kotori Sonoda](https://wordpress.org/support/users/kotori-sonoda/)
 * (@kotori-sonoda)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-backquote-in-inline-code-markdown/#post-6705429)
 * 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?
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-backquote-in-inline-code-markdown/#post-6705431)
 * 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/](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!
 *  [cwjordan](https://wordpress.org/support/users/cwjordan/)
 * (@cwjordan)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/how-to-use-backquote-in-inline-code-markdown/#post-8207097)
 * 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, 10 months ago by [cwjordan](https://wordpress.org/support/users/cwjordan/).

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘how to use backquote in inline code? (Markdown)’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [markdown](https://wordpress.org/support/topic-tag/markdown/)

 * 6 replies
 * 3 participants
 * Last reply from: [cwjordan](https://wordpress.org/support/users/cwjordan/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/how-to-use-backquote-in-inline-code-markdown/#post-8207097)
 * Status: not resolved