Text Format
Ctrl
+B
on the keyboard.**
or __
delimiters.**This is a bold text**
.This is a bold text
Ctrl
+I
on the keyboard.*
or _
delimiters.*This text is italicized*
.This text is italicized
Ctrl
+U
on the keyboard.This text is underlined
Ctrl
+Shift
+H
on the keyboard.This text is highlighted
inline code
:Ctrl
+E
on the keyboard.`
delimiter.`console.log("Hello World");`
.console.log("Hello World");
Ctrl
+Shift
+S
on the keyboard.~~
delimiter.~~This text has a strikethrough~~
This text has a strikethrough
subscript
a subscript:This text has a subscript
superscript
a superscript:This text has a superscript
Google
a link to google.com
:Ctrl
+K
on the keyboard.This text has a link to Google
This text has a different font color
This text has a different background color
Font Style
ArrowUp
or ArrowDown
on the keyboard.This text has a 20px font size
x+5y=2
Block Type
Heading 3
from the block type menu in the toolbar.###
delimiter.### This is a level 3 heading
.This is a level 3 heading
Bullet List
from the block type menu in the toolbar.-
or *
delimiter.- Item 1
- Item 2
- Item 3
item 1
item 2
item 3
Quote
from the block type menu in the toolbar.>
delimiter.> Nature is written in mathematical language.
Nature is written in mathematical language.
CodeBlock
from the block type menu in the toolbar.```
delimiter.```typescript
let randomNumber = Math.floor(Math.random() * 100) + 1;
console.log(randomNumber);
```
let randomNumber = Math.floor(Math.random() * 100) + 1;
console.log(randomNumber);
Text Alignment
Center Align
from the text align menu in the toolbar./center
and press Enter
.This is a centered block of text
Right Align
from the text align menu in the toolbar./right
and press Enter
.Mansoura University
Indent
from the text align menu in the toolbar.Tab
on the keyboard at the start of the line.This text is indented
Insert Menu
Divider
from the insert menu in the toolbar./divider
and press Enter
.---
on an empty line.Math
from the insert menu in the toolbar./math
and press Enter
.$$
on an empty line.$x^2+5x+6=0$
to specify an initial value.Graph
from the insert menu in the toolbar./graph
and press Enter
.Insert
.Sketch
from the insert menu in the toolbar./sketch
and press Enter
.Insert
.Image
from the insert menu in the toolbar./img
and press Enter
.![alt text](image.jpg)
to insert an image.![Math Editor Logo](https://matheditor.me/logo.svg)
.Table
from the insert menu in the toolbar./3x3
and press Enter
.|Cell|
to insert an image.Note
from the insert menu in the toolbar./note
and press Enter
.This text has a sticky note floating by its side.