Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Testing the wiki

Frederico Caldeira Knabben edited this page Dec 7, 2019 · 2 revisions

Header level 1

Header level 2

Header level 3 (toolbar button)

Header level 4

Header level 5
Header level 6

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.

Basic styles

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.

Links

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.

Quotation

This is a quote.
The following is level 2, inside of it.

I'm level 2 quote.
Still in level 2.

Code blocks

// 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 );

Lists

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:

  1. Item 1
  2. Item 2
    1. Indented item
  3. Item 3

A checklist:

  • Item 1
  • Item 2 (checked)
    • Indented item (checked)
  • Item 3

Tables

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column