Closed amandaXCY closed 5 months ago
Hi. Thanks for raising the issue.
Could you be a bit more specific please on what the problem is as I can't replicate any issue?
In your initial config you have written :
"publicPath": "http://www.baidu.com.com/a/b"
![Uploading 企业微信20240523-092109@2x.png…]()
in markdown url is error
I expect so. http://www.baidu.com.com/a/b/functions/getType.md
In fact http:/www.baidu.com.com/a/b/functions/getType.md
this url can‘t open
I cannot view the image and i am still not sure what the issue is. Sorry :(
Closing as not sure what the issue is. Please feel free to re-open.
What package is the bug related to?
typedoc-plugin-markdown
Describe the issue
config里配置了 "publicPath": "http://www.baidu.com.com/a/b“ 生成出来: StorageManager
TypeDoc configuration
{ // Comments are supported, like tsconfig.json "entryPoints": ["./src/index.tsx"], "out": "docs", "compilerOptions": { "strictNullChecks": false, }, "entryFileName": "../README.md", "exclude":["./node_modules/*/.ts"], "groupOrder": [ "Classes","Namespaces", "Functions","*"], "excludeGroups": false, "mergeReadme":"none",
}
Expected behavior
No response