Replies: 3 comments 2 replies
-
|
It would not be difficult per se, but the markdown plugin focus is to produce markdown and deviating by introducing JSX is not really a path Id like to go down at the moment. This kind of thing would probably be better handled by a docusaurus plugin written in react and using dynamic routing such as docusaurus-plugin-typedoc-api (which like you mention the author is no longer actively maintaining). |
Beta Was this translation helpful? Give feedback.
-
Absolutely - and it is something I have certainly considered. If there are some specific enhancements (such as custom css wrappers) then i'd certainly be willing to look into it once I have a bit of time.
Sounds promising - keep me posted. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @tgreyuk Did you see the announcement in I would greatly appreciate any suggestions, particularly regarding the structure of the pages, the sidebar, etc, but any other feedback will also be highly appreciated. (please use that discussions page). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder how difficult would be to extend the plugin to also generate MDX components (based on a configuration option)?
This would allow, for example, adding
classdefinitions to the HTML elements, to allow a fine control of rendering in modern environments like Docusaurus.There was another
docusaurus-plugin-typedoc-apiproject, which achieved something similar, but it is no loner maintained. Perhaps we can inherit some of its good features into this project.Beta Was this translation helpful? Give feedback.
All reactions