body text
This is the horizontal line
In the editor: This line is above. This line is below. But these all output on the same line.
Make sure that
Each separated line/element
Is 'Double spaced'
Use <br>
To get things
On the next line, but closer
Bolded text done using **Bolded Text**
Bolded text done using __Bolded Text__
Italicised text done using *Italicised text*
Italicised text done using _Italicised text_
strikethrough text done using ~~strikethrough text~~
Green Light, Red Light
you can use hexcodes too
A = B1X1 + B2X22 + C
- E.g. Horizontal Line section
[Text](#formatted-header-name)- E.g.
[Headings](#headings-1)gets you Headings - Good for making a directory / table of contents
- E.g. My Spotify Channel
[Text](https://www.website.com/)- E.g.
[My Youtube Channel](https://www.youtube.com/@choonxyong/)gets you My Youtube Channel
note that 123 works but abc doesnt...
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- text
- Task 1
- Task 2
- Task 3
Recommendation: use publicly available image(s) that will readily load in.
Otherwise, user's system must also have the image(s) downloaded locally somewhere
Arguments to call in <img>
<img src = 'https://link_to_image/' alt = 'alternate text if image cant load' width="number_value" height ="number_value" >
You can also embed link in image through:
<a href ="https://website"><img src = "https://link_to_image"></a>
Get a publicly available google drive image using:
<img src = 'https://drive.usercontent.google.com/download?id={GOOGLE_DRIVE_FILE_ID}'>
Notice How images fill into to the right until there's no more space, then goes down ... just like text
Use
<br>to force vertical stacking of images
Examples:
<div align="center"><img src = "https://link_to_image"></div>
Think of the format as same as a pandas dataframe
Markdown
|col 1|col 2|col3| < first row denote column headers |-|--|------| < second row is just for delimiting headers from records(rows). Use '-' but notice how the number of '-' doesnt matter |row1_1 |row1_2|---| < first row of records, notice putting '---' gives you literal dash values now |N/A |row2_2|row3_3| < second row of records, notice how leading/trailing whitespace automatically controlled for
| col 1 | col 2 | col3 |
|---|---|---|
| row1_1 | row1_2 | --- |
| N/A | row2_2 | row3_3 |
Markdown
<div align="center"> TABLE </div>
| col 1 | col 2 | col3 |
|---|---|---|
| row1_1 | row1_2 | --- |
| N/A | row2_2 | row3_3 |
Find all the emojis here
Note that for header-like style, need to use the html
<h1><h2>styling instead of the#
Here is the content in subsection1
I can even include subsubsection
Example block text. Looks a lot like the telegram reply
Nested block text is possible
if you want it to be part of text like $ like $a^2 + b^2 = c^2$
But if you want to put it in the center, use $$MathExpression$$, for example:
Entire full list of LaTeX expressions HERE
Greek letters: