<?php $text = 'some text here some more ``` some code block with markdown ``` some `inline code` too and more code blocks: ``` xojo This must have three backticks flanking it ``` this text isn\'t matched...'; print_r(preg_split('~```.*?```|`[^`]*`~s', $text));
You have javascript disabled. You will not be able to edit any code.