mobxjs / mobx-state-tree

Full-featured reactive state management without the boilerplate
https://mobx-state-tree.js.org/
MIT License
6.94k stars 641 forks source link

Docs: API docs is all italic after castToSnapshot #1434

Open SpadarShut opened 4 years ago

SpadarShut commented 4 years ago

Bug report

Describe the expected behavior The API docs text is all rendered as italic after https://mobx-state-tree.js.org/API/#casttosnapshot castToSnapshot. I guess it's because there's <I> in type definition which is considered html and never closed.

Describe the observed behavior The text should not be italic, but normal.

coolsoftwaretyler commented 1 year ago

Great find, @SpadarShut! Sorry that we've still got this open. I think we're going to rework the docs here at MST shortly, but I'll label this as a docs issue for now and close it when relevant.

Thanks!