gergap
I was using the HTML option to be able to use the code tag.
Ah, I see, then it's simply the <
and >
characters throwing it off. When you do something like <word>
the HTML balancer/sanitizer either sees it as invalid HTML or a non-allowed HTML tag and strips it (and any content between it). You're better off using something like telnet [hostname] [port]
instead. With this being said, we do have "code block" support on our Feature Request list. This feature in theory would not strip any code within code blocks; meaning treating it as plain-text.
We've never supported markdown in osTicket; only plain-text or rich text (HTML). Markdown support is a feature that has already been requested before and is on our internal Feature Request list for possible future development. Doesn't mean it'll ever be implemented just on our Feature Request list for internal discussion/decision.
Cheers.