mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
Former-commit-id: f91181caee4dabf4cb2e51d8077441c6b0f83757 Former-commit-id: 8b450303698c5c85dea9145a056b290b95a6a7b0
20 lines
627 B
Plaintext
Executable File
20 lines
627 B
Plaintext
Executable File
§cBook writing guide
|
||
|
||
|
||
§cBy Anonymous
|
||
§p
|
||
Writing a book is different from writing a simple text.
|
||
The features that make difference are the usage of a ‘tokens’ for editing a book.
|
||
|
||
Tokens have a fixed form. they are always consisted of section mark(§§) and one alphanumeric character.
|
||
|
||
Available tokens are:
|
||
§§p: Indicates page start or force turn to the next page.
|
||
§§c: Align text to centre.
|
||
§§b: Make text §bbold.
|
||
§§i: Make text §iitalic.
|
||
§§u: §uUnderline §xtext.
|
||
§§x: Remove bold/italic/underline effect.
|
||
§§: Write section mark(§§).
|
||
|
||
Please note that effect of token will only affect single line. |