unitaryfund / metriq-app

Web app for Metriq
https://metriq.info
Apache License 2.0
27 stars 19 forks source link

Include markdown rendering on homepage #878

Closed nathanshammah closed 4 months ago

nathanshammah commented 1 year ago

Include markdown rendering on homepage (this works correctly on the task page)

metriq-homepage
rochisha0 commented 5 months ago

Hi @nathanshammah ! I would like to work on this issue. Can you provide more details?

vprusso commented 5 months ago

Hi @rochisha0

Thank you for your interest in this issue!

The general issue here is that any text elements surrounded by the $ delimiters should be rendered as LaTeX but not as expected (as shown in the screenshot from the original issue post).

The idea would be to determine why this formatting is not appropriately applied in this case and propose a solution that renders these elements as expected.

Does this make sense? Don't hesitate to let us know if you have further questions and happy hacking!

ljcamargo commented 5 months ago

sent a pull request for this: https://github.com/unitaryfund/metriq-app/pull/915

WrathfulSpatula commented 4 months ago

Thank you!