WATonomous / status

WATcloud status page
https://status.watonomous.ca/
MIT License
2 stars 1 forks source link

Use react-markdown #51

Closed ben-z closed 2 years ago

ben-z commented 2 years ago

Writing raw HTML Is painful. Have content automatically convert from markdown: https://github.com/remarkjs/react-markdown

ben-z commented 2 years ago

Also react-code-block has security vulnerabilities. (See dependably alerts)

jimmyygit commented 2 years ago

what kind of html are we writing? im not sure how we can convert everything from markdown

ben-z commented 2 years ago

Everything in modals basically. Writing instructions in md is much easier than writing <a ...></a> everywhere.