E-Learn
  • 👋Introduction
  • 💻Minimum requirements
  • 👩‍🎓 Students
    • Untitled
  • 🧑‍🏫 Instructors
    • Untitled
  • ⚖️ Legal
    • Terms of Use
    • Privacy Policy
    • Intellectual Property Policy
    • Instructor Terms
    • Credits Program Terms & Conditions
  • 📞About Us
    • Contact Us
    • About Us
    • Contact our support team
  • 👩‍🦰 Account
    • Closing your account
  • 🦯Common guide
    • Markdown Editor
  • 🎮Gamification
    • Basic Gamification Intro
Powered by GitBook
On this page

Was this helpful?

  1. Common guide

Markdown Editor

Various codes for showing various effects/styles

Emphasis

**bold**
*italics*
~~strikethrough~~

Headers

# Big header
## Medium header
### Small header
#### Tiny header

Lists

* Generic list item
* Generic list item
* Generic list item

1. Numbered list item
2. Numbered list item
3. Numbered list item

Links

[Text to display](http://www.example.com)

Quotes

> This is a quote.
> It can span multiple lines!
![](http://www.example.com/image.jpg)

Tables

| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John     | Doe      | Male     |
| Mary     | Smith    | Female   |

Or without aligning the columns...

| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |

Displaying code

`var example = "hello!";`

Or spanning multiple lines...

```
var example = "hello!";
alert(example);
```
PreviousClosing your accountNextBasic Gamification Intro

Last updated 4 years ago

Was this helpful?

Images Need to upload an image? has a great interface.

We use simple mde markdown editor. [original source: ]

🦯
Imgur
https://simplemde.com/markdown-guide