dprint/dprint-plugin-markdown

format_code_block_text should avoid string copy when tag doesn't match

dsherret opened this issue · 1 comments

If the tag doesn't match anything, then the user should be able to say to format with the original string instead. This will avoid a needless copy.

Implemented in a5d3403