Florian Verdonck
Florian Verdonck
Ah yes, this rings a bell. Maybe adding `--parameters root ""` will allow for an empty root and makes things relative but I haven't tested this.
As mentioned in https://github.com/fsprojects/FSharp.Formatting/pull/925#discussion_r1671693970, I would short term try the `--parameters root "/"` in watch mode. Ideal situation would probably be have `root` be `/` by default (in future versions)...
Did you try using relative paths for your Markdown image? That might work in xml doc comment.
I'm not sure if those expectations are realistic. I would not expect fsdocs-tool to be that clever and copy things without them being part of the `docs` (input) folder.
Hmm, I'm not sure that code is hit when documentation is generated. To be use, you would need to debug it I guess.
We don't have a formal RFC process, but I need more details about your project before committing. Could you provide a rough outline of your project? Is this feature achievable...
Hi, We discussed this with the maintainers yesterday, but we're still a bit confused about some aspects. We understand that you want to use images in XML comments, but we're...
Running `src\fsdocs-tool\bin\Debug\net6.0\fsdocs.exe watch --contenturlroot http://localhost:5001 --port 6001` is not quite working for me. I think we should not allow both settings at the same time. ``` launching browser window to...
> In this case, the static content should all replace root with http://dev-a.ngrok.io/ and the suave server should still bind on 6001, correct? Hmm, yes, that is a plausible scenario....
I don't think this would be very Suave related. The bigger issues is that `{{root}}` is used all over the place and would need to transformed to the proper relative...