So if baseURL = xxx/gg, using the following code in markdown would not work
![alt](/image/test.jpg)
However, we would not want to hardcode the gg into the markdown like this:
![alt](/gg/image/test.jpg)
I know we could set canonifyURLs = true, but doing so would cause some unwanted side effects:
Also, I heard that canonifyURLs is marked for removal, so I am not sure if there is a better way to reference images in the markdown file once it’s removed.