I added a substution for pre-formatted text, {noformat} like this: t = re.sub(r'\{noformat\}\s*', r'\n```\n', t) # Pre-Format / noformat
I added a substution for pre-formatted text, {noformat} like this: