-
|
Hi all, Visual Studio Code already has a markdown live preview feature, but with its own style. VSCode can use an external CSS for that, but does Docusaurus provide a single CSS file with can be used for markown preview in standard style? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Docusaurus theme classic uses Infima.dev as CSS framework I don't think we want to invest much time creating a pixel-perfect MD IDE preview, particularly when it would not even work for MDX / React components. You would have to work on the integration by yourself or demonstrate strong interest from the community. |
Beta Was this translation helpful? Give feedback.
Docusaurus theme classic uses Infima.dev as CSS framework
I don't think we want to invest much time creating a pixel-perfect MD IDE preview, particularly when it would not even work for MDX / React components. You would have to work on the integration by yourself or demonstrate strong interest from the community.