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

Fix stringifier copy #35

Closed Windmill1055 closed 3 months ago

Windmill1055 commented 3 months ago

The stringifier's setting was not correctly copied. The method would always create a new stringifier and return it with default settings.

Phoenix616 commented 3 months ago

Good job noticing this and thanks for the PR fixing it!