Mou Overview Mou, the missing Markdown editor for web developers. Syntax Strong and Emphasize strong or strong ( Cmd + B ) emphasize or emphasize ( Cmd + I ) Sometimes I want a lot of text to be bold. Like, seriously, a LOT of text Blockquotes Right…
# Mou  ## Overview **Mou**, the missing Markdown editor for *web developers*. ### Syntax #### Strong and Emphasize **strong** or __strong__ ( Cmd + B ) *emphasize* or _emphasize_ ( Cmd + I ) **Sometimes I wan…
这篇文章包含markdown语法基本的内容, 目的是放在自己的博客园上, 通过开发者控制台快速选中, 从而自定义自己博客园markdown样式.当然本文也可以当markdown语法学习之用. 在markdown里强制换行是在末尾添加2个空格+1个回车. 在markdown里可以使用 对特殊符号进行转义. 1. 标题 语法 # This is an <h1> tag ## This is an <h2> tag ### This is an <h3> tag ####…