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 ### delimiter.### This is a level 3 heading.This is a level 3 heading
Bullet List from the block type menu - or * delimiter.- Item 1- Item 2- Item 3item 1
item 2
item 3
Quote from the block type menu > delimiter.> Nature is written in mathematical language.Nature is written in mathematical language.
CodeBlock from the block type menu ``` delimiter.```typescriptlet 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 /center and press Enter.This is a centered block of text
Right Align from the text align menu /right and press Enter.Mansoura University
Indent from the text align menu Tab on the keyboard at the start of the line.This text is indented
Insert Menu
Divider from the insert menu /divider and press Enter.--- on an empty line.Math from the insert menu /math and press Enter.$$ on an empty line.$x^2+5x+6=0$ to specify an initial value.Graph from the insert menu /graph and press Enter.Insert.Sketch from the insert menu /sketch and press Enter.Insert.Image from the insert menu /img and press Enter. to insert an image..Table from the insert menu /3x3 and press Enter.|Cell| to insert an image.Note from the insert menu /note and press Enter.This text has a sticky note floating by its side.