That title above used Header One. Whatever header text is at the top of a page becomes the page title in the wiki system.
This page is mainly for just checking what works in the wiki itself. This page is a somewhat terrible tutorial.
Especially when we change the theme of the site, this page can serve to check how everything looks.
For actual tutorials use this link to basic syntax and to advanced syntax.
Header four doesnāt get added to the auto-generated table of contents at the top of the page. There is no such thing as header five.
First, add the image(s) to this img folder using the button on the top right.
Then you can format it like so: ![alt text](/wiki/img/editors/ce-assets/CE_menu.webp)
Note: do not add a /
before āimgā, otherwise itāll try loading from a folder that isnāt there.
This is a link to a page that exists: Cave Editor
This is a link to a page that does not: Cave Story 2: Reverence
As you can see itās identical, so one could link to pages that should exist but donāt yet.
You can also link to specific headers of an article, whether it be in the same page or another page. Just substitute dashes for spaces:
How do you add images to this wiki?
If you want to just have the actual full URL display, wrap it up in <>
angle-brackets:
Italics uses single asterisks *
.
Bold uses double asterisks.
Bold Italics uses triple asterisks. Do note that triple asterisks on their own line creates a horizontal line divider instead (demonstrated throughout this page).
The above three can also be denoted using single, double, or triple underscores _
, however to keep things consistent weāll keep it to asterisks.
Strikethrough uses double tildeās ~~
.
Text with subscript. Text with superscript.
Oh hey, itās three asterisks are on their own line creating a Horizontal Line:
You can create blocks of text by enclosing it in triple backticks.
Add the backticks on the lines above and below the text you want in a box.
Unlike normal text, you don't need to use double newlines to create a new line.
You can also have inline code
by using single backticks on the same line with text.
Blocks of text are also created from indenting (using TAB or four spaces)
However it looks kind of confusing when later editing the file.
So don't do it like this. Please use backticks.
This is different from a quote, which uses a Right-Angle bracket.
This is what a quote looks like.
However, like normal body text you have to use double newlines to go to the next line.
Unordered lists can be created using dashes -
:
They are also created by using +
or *
, but for consistency weāll stick with dashes.
To create an ordered list, you can use a number followed by a period:
(The number doesnāt technically actually matter, you can repeat them or use random numbers, but for neatness please keep them in order as they should be displayed.)
You can also nest your lists by DOUBLE indenting them:
Just remember to use DOUBLE INDENTS, not single indents.
You can also create tasklists using - [ ]
and - [x]
.
I donāt know if weāll ever need to use this. Maybe to compare the features of editors?
Emotes can be denoted using colons, so :thumbsup:
is . Usability is questionable.
To use the first footnote, use [^1]
at the end of a word1.
[^1]: You can then write the footnote right below on the next line (to keep it together) just like this. It'll automatically display at the bottom.
Obviously you want to increase the number with each footnote2, and also note they only support single lines. You CANNOT add multiple lines to them, and make sure to double newline like any other text!!!
Header Row | Separated by hyphens (at least three) |
---|---|
Cells of any size. | Pipes separate columns. |
Just keep the columnā¦ | ā¦number consistent. |
But what aboutā¦ | ā¦aligningā¦ | ā¦the cells? |
---|---|---|
Left Aligned | Center Aligned | Right Aligned |
Just! | Add! | Colons! |
Collapsed section test using <details>
tag:
To escape a character (that normally does formatting stuff) you can use a backslash before the character:
\*
becomes *
. Probably the only one thatās actually useful in case you needed to use it to represent multiplication.\[text\]
becomes [text]
, instead of becoming a hyperlink.\\
to add a \
backslash, if for some reason you needed to do that.There are various features that work on Githubās version of markdown but not when compiled onto Jekyll-based static sites (what this wiki is). Enlight is however keeping these tests here in case a theme update/change ends up enabling them. The rest of you can ignore everything below.
[!NOTE] Highlights information that users should take into account, even when skimming.
[!IMPORTANT] Crucial information necessary for users to succeed.
[!WARNING] Critical content demanding immediate user attention due to potential risks.
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
$\sqrt{3x-1}+(1+x)^2
$
\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)