Write HTML attributes like Kramdown or Pandoc

In Kramdown, I can write

[link](https://example.com){:id="link-1"}

In Pandoc, I can write

[link](https://example.com){id="link-1"}

They will be converted to

<a href="https://example.com" id="link-1">link</a>

Can I have something like this in the Markdown of Joplin?

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