website icon indicating copy to clipboard operation
website copied to clipboard

Fix registration page

Open davelosert opened this issue 5 years ago • 2 comments

As soon as we'll merge #843 , the registration page will look a bit messed up: Bildschirmfoto 2020-02-07 um 10 04 54

We should fix this before opening the registration.

davelosert avatar Feb 07 '20 09:02 davelosert

After a quick look into it, I found that prism code highlighting does not out-of-the-box together with react.

Prism highlighting needs to be synced with react's rendering lifecycle.

Some details or background:

  • https://betterstack.dev/blog/code-highlighting-in-react-using-prismjs/#heading-the-simplest-way-to-use-prismjs-in-react
  • https://github.com/FormidableLabs/prism-react-renderer

Maybye, a better alternative will be to use any gatsby markdown plugin...

lowsky avatar Feb 07 '20 18:02 lowsky

-> https://www.gatsbyjs.org/packages/gatsby-plugin-mdx/

lowsky avatar Feb 07 '20 18:02 lowsky