official syntax docs https://just-the-docs.com/

^ hyperlinked text example

see official docs for more standard syntax like titles, ordered lists, bullet points tables, etc.

callouts

nice and blue callout

angry and red callout

highlights

highlighted text

embedded images

my_image.png :(

you have to add the image file in the /_assets/images directory before including them in the website

once you have your picture there, just replace “my_image.png” in the path and alt message with whatever your image’s file name is

PLEASE FOLLOW NAMING CONVENTION WHERE SPACES IN PICTURE NAMES ARE “_”

embedded youtube video:

normal youtube links have an ID in them: https://www.youtube.com/watch?v=Eqw_Muh5Mnc

append the ID to https://youtube.com/embed/

embedded google slide:

presentation ID looks something like this: 1h5p9pCGCKSqfrkFSnQQ6bxtwjZGJe90FrfASYaGZwRY

it can be retrieved from the normal google slides link: https://docs.google.com/presentation/d/1h5p9pCGCKSqfrkFSnQQ6bxtwjZGJe90FrfASYaGZwRY/edit#slide=id.g286726c4cfe_3_0

format the link like this to get an embedded link version: https://docs.google.com/presentation/d/[PRESENTATION ID]/embed?start=false”

code blocks

#include <stdio.h>

int main() {
        printf("colins clowns takeover when");
}