mebrein commented on issue #1326:
URL: https://github.com/apache/sedona/issues/1326#issuecomment-2049481101

   To explain a bit futher. A lot of these constructs where like:
   
    ```<img width="250" src="../../image/st_snap/st-snap-applied.png" 
title="ST_Snap applied example"/>```
    
   I replaced them with
   
   ```![ST_Snap applied example](../../image/st_snap/st-snap-applied.png 
"ST_Snap applied example"){: width="250px"}```
   so the relative paths are now correct, alt and title properties being 
applied and size is set correctly.
   
   Following occurrences:
   
   ```Use [ST_S2CellIds](../Function/#st_s2cellids) to generate cell ID```
   
   I replaced them with 
   
   ```Use [ST_S2CellIds](Function.md#st_s2cellids)```
   
   adding the  .md suffix and removing the leading which I think is not 
necessary. Also the slash just before the # anchor can be removed.
   
   I hope this works out beautifully for all editors/ide's I currently use 
Jetbrains ide, and the links appear to work better, at least for me...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to