Markdown Output #87
Replies: 2 comments 2 replies
-
Is it possible to share a link to show what you mean? My guess is the strange text is either icons (e.g. Generally, there are no features to control the Markdown output at the moment, although I'd be happy to accept contributions along these lines. That might include, for example, command-line options that disable those particular features of Markdown ( Check out the MarkdownGenerator.hpp and MarkdownGenerator.cpp files to get a sense of how the Markdown is generated. It would really just involve updating the generate function. Other relevant files are doxide.cpp to add the command-line options, and Driver.cpp to pass the relevant options to the Markdown generator. Alternatively, maybe you're referring to some of the CSS and Javascript files that are created when you do |
Beta Was this translation helpful? Give feedback.
-
|
I have added the new function and sub-command here https://github.com/BroDudeGuyMan/doxide/tree/feature-plain-md-generator. It uses Unicode characters instead of icons, and sticks to standard Markdown syntax. The docs have no dependencies outside of themselves. Does this look like it's going in the right direction? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I love this tool, its super nice to use. The only problem is that I can't figure out a way to make Doxide output plain md without the themes or HTML. Is it possible to configure Doxide to only output md and not have the themes or web-oriented parts?
edit: I'm using this for a personal project on GitHub and the docs have really strange text in them from the generator when viewed on the web.
Beta Was this translation helpful? Give feedback.
All reactions