MarkdownViewerPlusPlus icon indicating copy to clipboard operation
MarkdownViewerPlusPlus copied to clipboard

Add support for <kbd> keyboard keys

Open zalmanlew opened this issue 7 years ago • 1 comments

Issue description

It doesn't support html <kbd> for keyboard keys which produces Control (you can see it works on GH)

Markdown to reproduce

  <kbd>Control</kbd>

Screenshot

lorem ipsum <kbd>dolor</kbd> sit amet Becomes: image

Environment

  • Notepad++ 7.5.8 (x86)
  • MarkdownViewer++ 0.8.2
  • Windows 10 (x64)

zalmanlew avatar Aug 20 '18 23:08 zalmanlew

Hi @WELZ-gh

Those are not part of the CommonMark Spec https://spec.commonmark.org/0.28/ and currently Markdig has no extension for such https://github.com/lunet-io/markdig.

Sorry

nea avatar Aug 21 '18 05:08 nea