FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

The Remote Content component does not syntax highlight code blocks #2648

Open lyleschemmerling opened 4 months ago

lyleschemmerling commented 4 months ago

The Remote Content component does not syntax highlight code blocks

Description

See the Angular SDK page as an example.

The component is using marked to parse the raw html directly instead of using astro to parse the mdx, and as such no syntax highlighting happens. We should pull the content in such a way as to render the markdown directly.

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.