← Projects

Markdown TextConverted TextRaw HtmlMarkdown InstructionsSample Style

Markdown Instructions

Standard Markdown Syntax

# Heading1
## Heading2
### Heading3
#### Heading4
##### Heading5

Note: To use '#' in text, use backslash: \#

*Italics*
**Bold**
***Bold Italics***

Note: To use '*' in text, use backslash: \*

Bullet List
Line starts with * followed by a space

Bullet List
Line starts with - followed by a space

Images:
![image description ] (image location )

Link
[link name] (link url)
Note: To use '[' in text, use backslash: \[
Not necessary for the closing bracket ]

Image Link
[![image description](image location)](link url )

Arrows To insert an arrow, use '&' followed by 'larr;' or 'rarr;'
← →

Shortcodes

Select a snippet: READ MORE...

Image sizes and justification
![image description ] (image location RIGHT )
![image description ] (image location FULL )
![image description ] (image location LEFT SMALL )

Image sizes:
XSMALL: 100px, SMALL: 150px, MEDUIM: 300px, LARGE: 450px, XLARGE: 600px

Image with Caption:
![image description](image location)^^This is a caption/^^

Quote
Paragraph starts with >

Style
[STYLE](class name)Text to be styled [ENDSTYLE]

Color
[COLOR](Color code or name)Text to be colored[ENDCOLOR]

Break from left or right float
[BREAK]

Single blank line
[BLANKLINE]

Multiple blank lines
[BLANKLINES](number of blank lines)

2 Columns:
[2COL1]Text[2COL2]Text [ENDCOL]

3 Columns:
[3COL1]Text[3COL2]Text[3COL3]Text[ENDCOL]

2/3 Columns:
[23COL1]Text[3COL3] Text [ENDCOL]
[3COL1]Text[23COL2] Text [ENDCOL]