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?