The Post Editor in Galaxie Blog has basic markdown support. Authors often use markdown to quickly create a post by typing in special markdown characters to format a post without having to use a mouse. Galaxie Blog supports many basic markdown patterns. If this proves to be a popular feature, I may program more markdown support in Galaxie Blog in the future. 

To use the Markdown features, type in the markdown character and the text you want to be converted right after it. The text will be converted on the fly to HTML. 

Note: markdown will not work when inserting a code sample as we have done below.

Galaxie Blog supports the following markdown patterns:


#formats the text after the pound sign to bold
*Italic
**start end** formats bold
#h1 
##h2
###h3
####h4
#####h5
######h6
1convert to ordered list
*convert to unordered list
-convert to unordered list.