dprint / dprint-plugin-markdown

Markdown code formatting plugin for dprint.
MIT License
27 stars 9 forks source link

format_code_block_text should avoid string copy when tag doesn't match #36

Closed dsherret closed 2 years ago

dsherret commented 3 years ago

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.

dsherret commented 2 years ago

Implemented in a5d3403b87198205e1bb61863dd918eb16489ff2