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
We used to use HTML sometimes in Sources so that the Sources tab would render links or bullet points. With the new metadata we now want to standardize on our markdown flavor. This will require the Grapher sources tab to switch from using dangerouslySetInnerHTML to MarkdownTextWrap.
This will have to be merged in sync with the ETL work to replace HTML with markdown: owid/etl#1422
It will probably also be good to to implement #2489 before doing this issue
The text was updated successfully, but these errors were encountered:
We used to use HTML sometimes in Sources so that the Sources tab would render links or bullet points. With the new metadata we now want to standardize on our markdown flavor. This will require the Grapher sources tab to switch from using
dangerouslySetInnerHTML
toMarkdownTextWrap
.This will have to be merged in sync with the ETL work to replace HTML with markdown: owid/etl#1422
It will probably also be good to to implement #2489 before doing this issue
The text was updated successfully, but these errors were encountered: