Skip to content

Commit

Permalink
Rewrite format examples
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Aug 11, 2023
1 parent 808af50 commit 1667ab3
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions doc/readme.moi
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ There are 6 possible header levels\: \m {\\1}, \m {\\2}, ..., \m {\\6} with synt

\4 {Formatting} {formatting}

Italic (\m {\\i}), bold (\m {\\b}), underlined (\m {\\u}), monospaced (\m {\\m}), strikethrough (\m {\\strike}), subscript (\m {\\sub}), superscript (\m {\\super}).

\table
{{Example Moire code} {Rendering}}
{{\m {\\i \{text\}}} {\i {text}}}
{{\m {\\b \{text\}}} {\b {text}}}
{{\m {\\m \{text\}}} {\m {text}}}
{{\m {\\strike \{text\}}} {\strike {text}}}
{{\m {\\sub \{text\}}} {\sub {text}}}
{{\m {\\super \{text\}}} {\super {text}}}
{{} {Example Moire code} {Rendering}}
{{Italic} {\m {\\i \{text\}}} {\i {text}}}
{{Bold} {\m {\\b \{text\}}} {\b {text}}}
{{Monospaced} {\m {\\m \{text\}}} {\m {text}}}
{{Strikethrough} {\m {\\strike \{text\}}} {\strike {text}}}
{{Subscript} {\m {\\sub \{text\}}} {\sub {text}}}
{{Superscript} {\m {\\super \{text\}}} {\super {text}}}

\4 {Links} {links}

Expand Down

0 comments on commit 1667ab3

Please sign in to comment.