spaCy/website/src
Marcus Blättermann 7e4b38c841
Fix #12716 does not update the config generation section (#12718)
This is a really odd bug, where Firefox doesn't re-render the `code` element, even though `children` changed.

Two things fixed that:
- remove the `language-ini` `className`
- replace the `code` block with a `div`

Both are not ideal. Therefor this solution adds an inner `div` that now has the classes while still maintaining the semantic `code` element.

I couldn't find any explanation for why this is happening and why it only happens in Firefox. I assume it is a bug caused by one of our many dependencies (or their interplay)

To make matters worse: This bug *doesn't* occure when running the site in dev mode. You have to build and serve the site to recreate it.
2023-06-19 09:34:28 +02:00
..
components Fix #12716 does not update the config generation section (#12718) 2023-06-19 09:34:28 +02:00
fonts Re-add font with lowercase name [ci skip] 2020-08-22 12:27:02 +02:00
images Update explosion logo (#12162) 2023-01-24 13:53:51 +01:00
styles Add user survey alert to the top (#12452) 2023-03-22 11:09:37 +01:00
templates remove survey link (#12559) 2023-04-21 10:22:26 +02:00
widgets Load components dynamically (decrease initial file size for docs) (#12175) 2023-01-25 17:30:41 +01:00
remark.js Load components dynamically (decrease initial file size for docs) (#12175) 2023-01-25 17:30:41 +01:00