dprint / dprint-plugin-markdown

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

Support formatting code blocks with markdown code #25

Closed dsherret closed 2 years ago

dsherret commented 4 years ago

Might as well 😀

ifiokjr commented 2 years ago

@dsherret how would I implement this?

ifiokjr commented 2 years ago

FYI I'm just interested in using this in code and I'm happy to create a PR.

dsherret commented 2 years ago

@ifiokjr Oh, thanks! I believe here would need to be changed:

https://github.com/dprint/dprint-plugin-markdown/blob/f0182e956519be7ba859d813afd2ad0d31f9695b/src/generation/gen_types.rs#L64-L67

...to call the main format_text when the tag is for markdown:

https://github.com/dprint/dprint-plugin-markdown/blob/f0182e956519be7ba859d813afd2ad0d31f9695b/src/format_text.rs#L17