Hello,
I am writing a Confluence page and I need to write a keyboard combination square on it, just like the ones contained here: https://confluence.atlassian.com/doc/keyboard-shortcuts-139456.html
I can see on my own Confluence server that the keyboard shortcut square uses the kbd CSS class:
<span class="item-action"><kbd class="modifier-key">Ctrl</kbd><span class="key-separator">+</span><kbd class="regular-key">0</kbd></span>
But I don't know how to write it on my own article.
Thanks.