Skip to main content
Added a note about underscore.
Source Link
Mat
  • 19.5k
  • 9
  • 73
  • 112

You need to escape the asterisks since they are involved in formatting in markdown.

<kbd>\*</kbd> 

*

<kbd>\*\*</kbd> 

**

Same applies to _ if you want to show the _ key.

You need to escape the asterisks since they are involved in formatting in markdown.

<kbd>\*</kbd> 

*

<kbd>\*\*</kbd> 

**

You need to escape the asterisks since they are involved in formatting in markdown.

<kbd>\*</kbd> 

*

<kbd>\*\*</kbd> 

**

Same applies to _ if you want to show the _ key.

Source Link
Antony
  • 6.5k
  • 5
  • 30
  • 49

You need to escape the asterisks since they are involved in formatting in markdown.

<kbd>\*</kbd> 

*

<kbd>\*\*</kbd> 

**