Re: Markdown in posts
Reply #2 –
Almost forgot ... those inline code tags, like code tags themselves, are complicated. There are two other areas to look for edits.
The first is in Codes.php (which holds all the BBC definitions) in that file you will see a new BBC code called [ icode] for inline code. You will need to grab that new definition
Next there are edits in PreparseCode.php which works to prevent rendering tags inside of code blocks (or icode blocks) Search around in there for icode, there will be a new function _validateICodeBlocks(); and updates in the tokenizeCodeBlocks which is used to hide code blocks from the BBC parser and later restore them.
I'm sure there are some other areas I've forgotten about, but that should be enough to get one started.