typedoc-plugin-markdown icon indicating copy to clipboard operation
typedoc-plugin-markdown copied to clipboard

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

Results 90 typedoc-plugin-markdown issues
Sort by recently updated
recently updated
newest added

I see the undocumented flag `allReflectionsHaveOwnDocument`. Is there a way to extend this to also work for Enums, Classes, and Interfaces so that essentially everything under a module/namespace is all...

next

Adds the option to hide the reflection kind in the title of a generated page to allow for "cleaner" titles (defaults to false so there is no change unless added...

Heyo! I'm using your plugin to generate .md files, so I can later convert them to asciidoc files, everything works except for getting code comments into .md. HTML with default...

When generating the documentation for the arguments of a function, any attribute of an argument whose type is an inlined function type loses its description. This does not happen when...

Updating packages: ```diff - "typedoc": "^0.22.15", - "typedoc-plugin-markdown": "^3.12.1", + "typedoc": "^0.23.10", + "typedoc-plugin-markdown": "^3.13.4", ``` Causes changes in generated tables: ```diff | Name | Type | Description | |...

next

Hello, In my TypeScript project, I have a class called `DefaultMap`. When I use Typedoc + `typedoc-plugin-markdown` with the `hideBreadcrumbs` value set to `false`, it generates the following output: ```md...

next

Hello, and thanks for the excellent plugin. I don't like some of the things that the plugin is doing, such as naming the root page to "Readme". Specifically, I would...

documentation

Hey there, I'm developing a [simple canvas rendering library](https://github.com/201flaviosilva/Impacto), currently I've documented practically all the code, based on [JS Doc](https://jsdoc.app/) and I want the JS Doc documentation to be with...

*For typedoc-github-wiki-theme* If a namespace and class have the same name e.g. ```ts export class Duck { public age: Duck.Age; } export namespace Duck { export type Age: number; }...

iI tried to use https://github.com/KnodesCommunity/typedoc-plugins/tree/main/packages/plugin-pages The theme is not compatible with that plugin, would it be possible to have a similar functionality, To include a markdown folder that is copied...