Site export replaces link custom attribute *-href value "/" with "index.html"

When adding a certainly named custom attributes to a link element with a value of “/” (without quotes in editor), site export replaces the value with “index.html”. If multiple such attributes are simultaneously present, only one of them (the last one) is incorrectly exported.

Expected (and previously experienced) behaviour is that no such conversions are performed.

Found attributes with value converted from “/” to “index.html” in export:

  • data-href
  • href-href

Examples of attributes exported correctly when value is set to “/”:

  • href-testing
  • data-href-foo
  • foo-href
  • data-foo

Hi @eak

Thanks so much for posting this detailed report!

I was able to reproduce this issue on my end and have reported it to the team. We will begin investigating this issue and I’ll post back here when I have more information!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.