From 8492d0b6365b8f1cbd4a352fe091086ef10e474e Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 8 May 2026 10:16:32 +0200 Subject: [PATCH] feat(example.mharkup): order inline formatting from most hidden to most highlighted (move `@ and `!) --- example.mharkup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.mharkup b/example.mharkup index 43b4ab2..49403d6 100644 --- a/example.mharkup +++ b/example.mharkup @@ -93,11 +93,11 @@ here's a list of things the backtick can do: ` represent itself ``: ```` ` add a `-(note): ``-(note) ` mark something that's `~(wrong): ``~(wrong) +` use monospace for `!(code): ``!(code) +` mark a non-word or name, like `@(mharkup): ``@(mharkup) ` 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<...>