You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using TypeDoc's watch mode with typedoc-plugin-markdown, markdown files are correctly created on the first generation, but subsequent file saves overwrite the markdown with HTML files.
Problem
When using TypeDoc's watch mode with
typedoc-plugin-markdown
, markdown files are correctly created on the first generation, but subsequent file saves overwrite the markdown with HTML files.Steps to reproduce
See https://github.com/wilcoxmd/typedoc-watch-plugin-repro
Environment
Typedoc version: 0.22.10
typedoc-plugin-markdown version: 3.11.8
TypeScript version: 4.5.2
Node.js version: 16.13.0
OS: macOS Monterey (12.0.1)
Related
I originally opened this as an issue in TypeDoc, where the problem was traced to this plugin.
The text was updated successfully, but these errors were encountered: