jira2gitlab icon indicating copy to clipboard operation
jira2gitlab copied to clipboard

Convert {noformat} to code

Open beat2 opened this issue 1 year ago • 0 comments

I added a substution for pre-formatted text, {noformat} like this:

t = re.sub(r'\{noformat\}\s*', r'\n```\n', t) # Pre-Format / noformat

beat2 avatar Sep 30 '24 07:09 beat2