Centers the text that follows it:

[[=]]

Creates a messages in red at the top of the page if the page includes the listed tags:

[[iftags wip]]
##red|**Currently being edited by another user**##
[[/iftags]]
[[iftags new-page]]
##red|Page incomplete - Please help if you can##
[[/iftags]]

Ends centered text:

[[/=]]

Moves the text to the right of the screen, makes it a smaller size:

[[>]]
[[size smaller]]Release date[[/size]]
[[/>]]

Justify formats the text on the screen:

[[==]]

Creates an external link to the page for the episode on the official site in a large heading size (the "*" opens a new tab)

+++ [*https://openargs.com/EPISODE-LINK Listen to the Episode]

Auto-creates a table of contents of large and small headings:

[[toc]]

Creates a large heading "Guest" and an internal link to "Guest Name"

+++ Guest
* [[[Guest Name]]]

Creates a horizontal line across the page:

------

Creates a large heading "From the The Official Website" and an external link to "Guest Name"

+++ From [*https://openargs.com The Official Website]:

Reduces the size of the text that follows it:

[[size smaller]]

Creates an indent to represent quoted text (note: it must be followed by a space):

> text

Creates "Show Notes & Links" indented and in bold

> **Show Notes & Links**

Creates an indent to represent quoted text, followed by an automatic number (note: it must be followed by a space):

> # text

Returns text to its normal size:

[[size smaller]]

Creates "Earth Law" as a smaller heading

+++++ Earth Law

Creates a bullet point (note: it must be followed by a space):

* text

A note that appears in the code but not on the screen:

[!-- 
REMOVE THIS DISCLAIMER IF THE EPISODE HAS NO COMMERCIALS
 --]

Shows text in italics:

//text//

Ends the justify format:

[[/==]]