Bastien writes: > If we do this, I don't see the need to enforce case sensitivity. I attach a patch that illustrates the fix I propose on top on my previous commit. With this, ======================================================================== <<>> Let's say hello \alpha world to test. ======================================================================== gets converted into ========================================================================

Hello α world

Let's say hello α world to test.

======================================================================== which I think is what the OP expected. We preserve case sensitivity of the target, and we preserve the link description. (I think the confusion comes from calling "path" what is really the description when path and description are the same, like in a link to a radio target.) Let me know what you think,