-
Notifications
You must be signed in to change notification settings - Fork 5
key < trouble #23
Copy link
Copy link
Open
Description
I wanted to make the following sentence:
code between <kbd><</kbd> and <kbd>></kbd>
this breaks the parser, the result was:
code between <kbd class="[__keyboard]()">«/kbd> and <kbd»</kbd>
Adding a space works:
code between <kbd>< </kbd> and <kbd>></kbd>
gives
code between <kbd class="[__keyboard]()"><</kbd> and <kbd class="[__keyboard]()">></kbd>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels