feat: add @ and ! to inline formatting

This commit is contained in:
mark
2026-05-07 22:07:37 +02:00
parent c66fd6b7cd
commit 95de8eb141
6 changed files with 47 additions and 4 deletions

View File

@@ -96,6 +96,8 @@ here's a list of things the backtick can do:
` highlight a `_(special) element: ``_(special)
` add emphasis to `+(something): ``+(something)
` highlight something `*(important): ``*(important)
` mark a non-word or name, like `@(mharkup): ``@(mharkup)
` use monospace for `!(code): ``!(code)
` insert raw `{`text`}: `<`{`text`}>: `2{`<`{`text`}>}}: `2<`2{`<`{`text`}>}}>>: ...
` link `/here(somewhere): ``/here(somewhere)
` use an extension: ``\spec{...} or ``\spec<...>