-
-
Notifications
You must be signed in to change notification settings - Fork 737
Can typedoc output markdown? #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You could use the JSON output and then iterate over everthing. |
I'd like to use TypeDoc to generate README files in a number of projects. This feature would be super useful. How difficult do you think it would be to implement as a native part of TypeDoc? |
You probably could write a template which produces MarkDown instead of html. |
This would be awesome so we could just use gitbook as the site. |
Take a look at https://github.com/kimamula/typedoc-markdown-theme / https://www.npmjs.com/package/typedoc-markdown-theme |
It doesn't. |
This works fine and is active: https://github.com/tgreyjs/typedoc-plugin-markdown |
@cancerberoSgx Cool! Could you add that plugin to the readme? |
sure, I'm on it need some time, |
Closing - typedoc-plugin-markdown can be used to output markdown & is now advertised in the readme. |
Hi Sebastian,
From the DocComments page (http://typedoc.io/guides/doccomments.html) I see "All comments are parsed as markdown". How do you get the markdown for all comments? Would it be possible to output this markdown somehow?
If we could get markdown output for all the comments then we could use this markdown as documentation on GitHub, in say a Readme.md file. The html output is very useful, but if we wanted to put up our API documentation on GitHub then having markdown would really help.
Thanks!
The text was updated successfully, but these errors were encountered: