First, I'd like to say that I've read some recommended questions that may seem to answer my question, but they're all about escape single backtick in markdown. I've tried but none of them seem to work.
Here's what I've tried.
Double backtick - single space - three backticks.
and it seems to be good in my markdown editor except missing the breakline. But bad luck, it seems terrible on Hexo blog.
Then I test in Github for luck. And, difference shows:
Use backslash.
Unfortunately, it shows directly instead of escape the backtick.
Now, my question is, it works well here in Stack Overflow, but not in my blog. What else I should try except using html tag, or is it the only way I should go? Is it the issue with my usage or my blog theme?