oslabs-beta / ReacTree

ReacTree - VS Code extension that generates a hierarchy tree of React components with each node listing the passed down props, indicating whether it's connected the Redux store, and guiding you to the associated file with the click of a button
https://reactree.dev/
MIT License
148 stars 31 forks source link

Question: ReacTree affects Markdown Preview style? #43

Open encodexed opened 12 months ago

encodexed commented 12 months ago

Hi there,

I'm not sure if there is a conflict somewhere in my VSCode Extensions or something else, but I have noticed Markdown preview files are being altered to a different style. I have attached some images displaying the difference between ReacTree disabled and enabled. I couldn't find anywhere in your docs about alterations to Markdown styling.

The question is, is there any intended markdown styling for this extension?

before after