mirror of
https://codeberg.org/lethe/mayvaneday-mu
synced 2025-08-17 22:17:31 +02:00
2024-01-04
This commit is contained in:
commit
346439abff
101 changed files with 4457 additions and 0 deletions
26
test.mu
Normal file
26
test.mu
Normal file
|
@ -0,0 +1,26 @@
|
|||
> MayVaneDay test node
|
||||
>> This is a level 2 header
|
||||
>>> This is a level 3 header
|
||||
`_This text is underline`_, `!this text is bold`!, and `*this text is italics`*
|
||||
Text formatting needs a backtick (usually on the same keyboard key as the tilde) before any control characters
|
||||
This text has a white background surrounding it. I don't know what the color codes are yet.`Bddd
|
||||
Color `Ff00f`Ff80o`Ffd0r`F9f0m`F0f2a`F0fdt`F07ft`F43fi`F70fn`Fe0fg`
|
||||
List of three-digit color codes: https://borderleft.com/toolbox/hex/
|
||||
`rText align right
|
||||
`f
|
||||
`a
|
||||
`b
|
||||
Is the text reset now?
|
||||
There's no special formatting for lists that I can see, but you `*do`* have to escape the dashes at the beginning.
|
||||
\- \`a: reset text align
|
||||
\- \`b: reset font background (if none is specified)
|
||||
\- \`f: reset font color
|
||||
\- \`F: set the following text to whatever color code the next three digits are
|
||||
A backslash ("\\") is the escape character so we can show the backticks instead of just saying "backtick" everywhere.
|
||||
Micron isn't very intuitive, you know. I prefer Markdown.
|
||||
`F00a`_`[Can I link to a different page?`:/page/1.mu]`_`f
|
||||
|
||||
`=This is a code block
|
||||
`=This is another code block
|
||||
|
||||
I don't think this is very accessible for blind people. Hell, even most `*Gemini`* clients are better at this.
|
Loading…
Add table
Add a link
Reference in a new issue