Should script tags work out of the box? #2317
-
I'm trying to use nbdev to convert a jupyter notebook to mdx. nbdev converts to quarto as an intermediary step which has a docusaurus convertor I've gotten the rest of the markdown to show properly but not the graphs. The graphs are huge chunks of javascript inside a script tag. Does mdx support script tags out of the box or do i have to do something special to get them to work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
My gut is telling me no because... it looks like this docusaurus syntax is basically saying everything below |
Beta Was this translation helpful? Give feedback.
We don‘t do anything special with scripts; whether scripts work has more to do with what framework you use (e.g., React). So that depends on them.