You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.
Instead of converting markdown files into HTML strings to render markdown into components, it would be nice to use something like react-markdown directly. The would be safer, and allow us to skip the step we currently have of generating intermediary HTML files, in favor of using the markdown files directly.
This will be a fairly simple change, but since we're using <sub>/<sup> tags in our markdown, this is pending a fix for an issue that react-markdown has with rendering some inline HTML tags: rexxars/commonmark-react-renderer#9
The text was updated successfully, but these errors were encountered:
Instead of converting markdown files into HTML strings to render markdown into components, it would be nice to use something like
react-markdown
directly. The would be safer, and allow us to skip the step we currently have of generating intermediary HTML files, in favor of using the markdown files directly.This will be a fairly simple change, but since we're using
<sub>
/<sup>
tags in our markdown, this is pending a fix for an issue thatreact-markdown
has with rendering some inline HTML tags: rexxars/commonmark-react-renderer#9The text was updated successfully, but these errors were encountered: