Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:custom_syntax [2025-09-30 15:32 UTC] – Add fixmes thhshwiki:custom_syntax [2025-09-30 16:01 UTC] (current) – [Keyboard] formatting thhsh
Line 46: Line 46:
  
 It's recommended to add a horizontal rule above the ''nspages'' insert and below any introduction text that you may have for the page. It's recommended to add a horizontal rule above the ''nspages'' insert and below any introduction text that you may have for the page.
 +
 +===== Keyboard =====
 +To show keyboard buttons like <key>a</key> or <key>CTRL + ALT + DEL</key>, use the following code, or click the keyboard button in the editor toolbar.
 +<code>
 +<key>a</key>
 +<key>CTRL + ALT + DEL</key>
 +</code>
 +FIXME make this a gist?  --- //thhsh 2025-09-30 16:01 UTC//
 +
 +See the [[https://www.dokuwiki.org/plugin:keyboard|keyboard plugin documentation]] for more details.
 +