salt-extensions / salt-extension-copier

Create and maintain Salt extensions using Copier
https://salt-extensions.github.io/salt-extension-copier/
Apache License 2.0
10 stars 3 forks source link

Add a workaround for the links that have ampersands in them #48

Closed max-arnold closed 2 months ago

max-arnold commented 2 months ago

The & character is escaped into & by MyST and that breaks query parameters https://github.com/executablebooks/MyST-Parser/issues/760

A possible workaround is to use <a href="...">...</a> for those links

A bigger question is how to fix that for future links that might be added