allow richtext on papers + edit premade documents (#18154)

This commit is contained in:
/ʊniɹɑː/
2023-08-22 13:50:03 +02:00
committed by GitHub
parent a8854890f5
commit f2954fff96
7 changed files with 57 additions and 10 deletions

View File

@@ -0,0 +1,22 @@
<Document>
# Writing
Using a pen, you can write on paper or in books. Nanotrasen provides everyone with a spare pen in their PDA.
## Formatting
You can use the following sigils:
- [color=tan]\[color=color\]\[\/color\][/color]to change the color of the text
- [color=tan]\[head=n\]\[\/head\][/color]where [italic]n[/italic] is the heading level (13)
- [color=tan]\[bullet\/\][/color]to insert a bullet point (useful for lists)
- [color=tan][bold]\[bold\]\[\/bold\][/bold][/color], [color=tan][italic]\[italic\]\[\/italic\][/italic][/color]for emphasis
You can combine [bold][italic]bold and italic[/italic][/bold] tags, or use the shortcut [color=tan][bolditalic]\[bolditalic\][/bolditalic][/color].
Color supports either hexadecimal or most HTML color names. For example:
- [color=#ff0000]\[color=#ff0000\]\[\/color\][/color]
- [color=red]\[color=red\]\[\/color\][/color]
</Document>