-
Notifications
You must be signed in to change notification settings - Fork 0
Testing the wiki
Some "lorem ipsum", plain text to start.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante arcu, interdum id neque ut, ullamcorper sollicitudin lectus. Nullam euismod at erat ultricies elementum. Nam ac nisl et nunc convallis finibus ac nec tellus.
Nullam tincidunt, erat non volutpat fermentum, nisi ante accumsan risus, at euismod elit nisi eu felis. Duis ultricies ex id tellus volutpat, in cursus sem tempus. Donec malesuada felis quis tincidunt tempus. Maecenas id turpis mi.
In this paragraph there is bold text, italics text, inline code
and strikethrough. Here where mixing bold and italic, just to make it more complicated.
Let's get more complicated and have links to the CKEditor website, including a plain URL link like https://ckeditor.com/.
Links are automatically created for issues and pull request, like #1, which points to this very issue.
We can also mention users, like @fredck, and teams, like @ckeditor.
This is a quote.
The following is level 2, inside of it.
I'm level 2 quote.
Still in level 2.
// A plain **code** block (no <b>formatting</b> inside)
const code = 'block';
// More code, now with syntax highlighting.
const highlight = true;
console.log( 'Highlight is ' + highlight );
A bulleted list using dash to mark it up (the mark used by the toolbar button):
- Item 1
- Item 2
- Indented item
- Item 3
A bulleted list using asterisk to mark it up:
- Item 1
- Item 2
- Indented item
- Item 3
A numbered list:
- Item 1
- Item 2
- Indented item
- Item 3
A checklist:
- Item 1
- Item 2 (checked)
- Indented item (checked)
- Item 3
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
Go to cksource.com.