how to rentry!
hello! this is going to be a guide on how to use rentry, including markdown and metadata.
as of now, this is a massive wip, but i'm hoping to shove as much info on here as possible lmao.
some helpful links:
。a rentry with various resources to decorate your site! made by yours truly <3
。the official markdown cheatsheet
。the official metadata cheatsheet
。another unofficial but more comprehensive site of markdown stuff
okok onto the actual stuff now!
Markdown Guide
The Basics:
*text* = italics
\*text\* = use asterisks without turning the text italic
**text** = bold
# text = header
- text = bullet point
!~text~! = underline
==text== = highlight
~~text~~ = stike through
%hex code%text%% = colored text
!>text = spoiler
->text<- = center align
->text-> = right align
- [] text = - checkbox type one
- [x] text = checkbox type two
[TOC] = table of contents for headers
[text](link) = add a link
 = add an image 
More Complex Stuff:
its hard to put these in a nice list so please forgive me if it's difficult to understand
[//:] (text) = adds a comment to the site thats only visible from the editing tab
> text> = quote
>> text> = sub quote
Okay Here's The Really Scary Stuff That Even I Don't Understand:
(i'm gonna make a separate rentry for this so bear with me)