SabakiHQ / Sabaki

An elegant Go board and SGF editor for a more civilized age.
https://sabaki.yichuanshen.de/
MIT License
2.39k stars 375 forks source link

Fix react-markdown component names #900

Closed apetresc closed 2 years ago

apetresc commented 2 years ago

The API change in react-markdown 6.0.0 was a little deeper than I though, the renderers need to be converted to "components" according to their HTML entity types rather than their abstract markdown names.

Fixes #898.