Neopolitan Shorthand Tags

These are quicker ways to do frequent things:

Code
`code``
`code`lang`
`code`lang|class: alfa bravo|id: charlie`

*strong**
*strong*class: alfa bravo|id: charlie*

_em__
_em_class: alfa bravo|id: charlie_

-strike--
-strike-class: alfa bravo|id: charlie-
Notes
  • You can't do everything with shorttags. For example, you can't use attributes that have an underscore in or a hyphen in strikethru. You'll need to use the full <<>> tags for that

  • Combining them (e.g. bold italics) is tbd