Any URL expressed in markdown containing &
will get replaced with &
when it is used within a table cell. The link no longer works properly inside a table, but does outside of one.
I’m using this for Sharepoint links, complex formatted URLs when citing pages. Recent version of Chrome.
Perhaps this is Microsoft’s fault for not serving pages properly or Google’s fault for not parsing the URL in a similar manner, but nonetheless they behave differently. How can I get ampersand in URL to work correctly while used in a markdown table? Can something be done by Gurock?
Example:
URL = https://sharepoint.com/a.aspx?sourcedoc={hi}&action=edit…
Outside table:
[This is my link](https:/sharepoint.com/a.aspx?sourcedoc={hi}&action=edit...)
–> Works - shows up in Chrome as exact match
Inside table:
||[This is my link](https:/sharepoint.com/a.aspx?sourcedoc={hi}&action=edit...)|
–> Broken - shows up in Chrome as https:/sharepoint.com/a.aspx?sourcedoc={hi}&action=edit...