MyBB Community Forums

Full Version: inline code block
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This allows inline code to be written using [c] tags.

Regular Expression:
\[c\](.*?)\[/c\]

Replacement:
<span style=" background: #dddddd; font-family: Courier new, monospace, Courier, Consolas, Monaco; padding: 2px 8px 2px 8px;">$1</span>



Result (test image):

[Image: hOM7TrT.png]