Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Code backtick bug

@arlo

Member

What I mean is, when I wrap text in backticks, it actually converts it to <pre><code> and removes the contents, replacing it with a random character, like an “n” or whatever.

I want to be able to just use backticks for code, but I can’t. That’s the problem.

Edit: Here’s an example. I created a post that looks like this (swapping a backtick for “[backtick]” so it won’t get eaten:

[backtick]test[backtick]

What it spit out is this (swapping parens for brackets so it wont get eaten):

(pre)(code)s`

(/code) `

Skip to toolbar