mmark-ext-0.2.1.5: Commonly useful extensions for the MMark markdown processor
Copyright© 2018–present Mark Karpov
LicenseBSD 3 clause
MaintainerMark Karpov <markkarpov92@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.MMark.Extension.Kbd

Description

Introduce kbd tags by wrapping content in links with kbd scheme.

Synopsis

Documentation

kbd :: Extension Source #

Introduce kbd tags by wrapping content in links with kbd scheme.

For example:

To enable that mode press [Ctrl+A][kbd].

[kbd]: kbd:

The use of reference-style links seems more aesthetically pleasant to me, but you can of course do somethnig like this instead:

To enable that mode press [Ctrl+A](kbd:).