This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Text
Text Blocks
Text blocks can contain strings and text fragments.
| banner([object style,] [string text | textfragment tf] …) h1( … ) |
→ | Banner | font size : 48 pixels |
| title([object style,] [string text | textfragment tf] …) h2( … ) |
→ | Title | font size : 36 pixels |
| subtitle([object style,] [string text | textfragment tf] …) h3( … ) |
→ | Subtitle | font size : 26 pixels |
| tagline([object style,] [string text | textfragment tf] …) h4( … ) |
→ | Tagline | font size : 18 pixels |
| caption([object style,] [string text | textfragment tf] …) h5( … ) |
→ | Caption | font size : 14 pixels |
| inscription([object style,] [string text | textfragment tf] …) h6( … ) |
→ | Inscription | font size : 10 pixels |
| para([object style,] [string text | textfragment tf] …) | → | Para | font size : 12 pixels |
Text Fragments
| code([object style,] [string text | textfragment tf] …) | → | Code | Fixed-width font |
| del([object style,] [string text | textfragment tf] …) | → | Del | Text with strikethrough |
| em([object style,] [string text | textfragment tf] …) | → | Em | Italic Style |
| ins([object style,] [string text | textfragment tf] …) | → | Ins | Text with underline |
| span([object style,] [string text | textfragment tf] …) | → | Span | No style |
| strong([object style,] [string text | textfragment tf] …) | → | Strong | Bold font weight |
| sub([object style,] [string text | textfragment tf] …) | → | Sub | Subscript |
| sup([object style,] [string text | textfragment tf] …) | → | Sup | Superscript |
| br() | → | Br | Line Break |
| link([object style,] [string text | textfragment tf] …) | → | Link | A hyperlink |






