Phoenix616 / MineDown

A MarkDown inspired markup library for Minecraft chat components
https://wiki.phoenix616.dev/library/minedown/
MIT License
296 stars 21 forks source link

Make it possible to use `\n` in the hover tooltips #15

Closed iFlyinq closed 3 years ago

iFlyinq commented 3 years ago

Is your feature request related to a problem? Please describe.

Not really.

Describe the solution you'd like

Would be nice if it would support \n to enter a new line

Phoenix616 commented 3 years ago

This is already supported. Just make sure you actually have a new line inside the hover string which you pass to the parse method.