How to Use This Website

By Sample_User on Thu Apr 03 2025

Welcome!

Registered users can add, edit, or remove their own posts.

Registration is a subject of approval of the admin.

Post Editor uses MarkDown Pseudo-Language, here are some basics:

Headers are created using a pound (#) symbol, the more symbols the smaller the header with 1 pound being the largest and 6 pounds the smallest.

Use single stars for italics and double stars (**) for bold text.

Use a star (*) followed by a space to create lists, for example:

  • Back-ticks (`) create code formatting: npm install.
  • Ordered lists are created using numbers followed by a period: (1.).
  • Task lists are initiated using square brackets ([]).
  • Links are added using [LINK NAME](LINK URL): Home.
  • Images are embedded by adding an exclamation (!) mark before a link referencing a picture: WALL-E.

For more information about MarkDown language please consult Obsidian Basic MarkDown Syntax.