Welcome to the editor
Before you start replacing this text with yours, please see how we use markers in articles. It won't take you more than 5 minutes.
A little warning for beginning: We don't use HTML tags in articles! Everything you'll need is provided with buttons placed in the editor's bar above. Simply select a text and click on a desired function. If you're unsure about what a button does, hold the cursor on it for a while, and you'll see additional information.
Text formatting
How does it look like in the editor?
Feel free to try some of it. This is how bold, italic or
inline code
looks like.
To separate text to chapters you may use different heading levels:
Heading 1
Heading 2
Heading 3
Heading 4
Insert tables
| # | Full Name | Age | Grade |
|---|---|---|---|
| 1 | Samuel Kodytek | 25 | B |
| 2 | Martin Macura | 26 | A |
| 3 | Adam Tretera | 22 | C |
or any links
If you want to insert a code block, use the insert source code function:
public class Main {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}
To be sure you may always check the final form of your articles using the Preview button.
And that's all. Thank you for learning editor general rules. Let's go write some awesome article! We're already looking forward to them! :)