Content Formatting

These codes will format text within content.

Replace squiggly brackets { } with brackets [ ].

It is optional to use the following command, as MyPost will automatically create paragraphs for content, but if you wish to be more precise, you may use this:

{p}MyPost{/p} ⇒

MyPost



{b}MyPost{/b}: ⇒ MyPost

{i}MyPost{/i}: ⇒ MyPost

{u}MyPost{/u}: ⇒ MyPost

{o}MyPost{/o}: ⇒ MyPost

{q}MyPost{/q} ⇒ MyPost

{s}MyPost{/s} ⇒ MyPost

{big}MyPost{/big} ⇒ MyPost

{small}MyPost{/small} ⇒ MyPost

{sup}MyPost{/sup} ⇒ MyPost

{sub}MyPost{/sub} ⇒ MyPost

{blockquote}MyPost{/blockqute} ⇒
MyPost


{precode}

MyPost

{/precode} ⇒

MyPost



{hr} ⇒


{ul}{li}MyPost{/li}{/ul} ⇒
  • MyPost


{ol}{li}MyPost{/li}{/ol} ⇒
  1. MyPost


{table}{th}Heading{/th}{tr}{td}MyPost{/td}{/tr}{/table} ⇒
Heading
MyPost


{link}http://mypost.io{/link} ⇒ http://mypost.io/

{link=http://mypost.io}MyPost{/link} ⇒ MyPost

{url}http://mypost.io{/url} ⇒ http://mypost.io/

{url=http://mypost.io}MyPost{/url} ⇒ MyPost

{email}[email protected]{/email} ⇒ [email protected]

{[email protected]}MyPost{/email} ⇒ MyPost

{color=red}Red{/color} ⇒ Red
{color=green}Green{/color} ⇒ Green
{color=blue}Blue{/color} ⇒ Blue

{red}Red{/red} ⇒ Red
{green}Green{/green} ⇒ Green
{blue}Blue{/blue} ⇒ Blue

{#f00}Red{/#f00} ⇒ Red
{#00FF00}Green{/#00FF00} ⇒ Green
{#0000FF}Blue{/#0000FF} ⇒ Blue

{rgb(255,0,0)}Red{/rgb(255,0,0)} ⇒ Red
{rgb(0,255,0)}Green{/rgb(0,255,0)} ⇒ Green
{rgb(0,0,255)}Blue{/rgb(0,0,255)} ⇒ Blue