Quokka plugin that rewrites shortenable maps to m(...) / sm(...).
When a rewrite happens in a module that does not yet import Shorthand,
the import is added automatically.
Enable in .formatter.exs:
[
plugins: [Quokka],
quokka: [
plugins: [Shorthand.Quokka.ShortenMaps]
]
]