commit | 5f4014cce717973ceb4716e2e9b65e53ab4b39b0 | [log] [tgz] |
---|---|---|
author | Scott Fan <fancp2007@gmail.com> | Sat Feb 16 16:11:40 2013 +0800 |
committer | Scott Fan <fancp2007@gmail.com> | Sat Feb 16 16:26:34 2013 +0800 |
tree | 151a85a5b1dbfde4e4c452371b20e98666f898a3 | |
parent | 25fd731b557942835d31b85fa346398e9137b753 [diff] |
Fix the front page building issue on Ubuntu 12.04 See http://daringfireball.net/projects/markdown/syntax#html Note that Markdown formatting syntax is not processed within block-level HTML tags. E.g., you can’t use Markdown-style *emphasis* inside an HTML block. Python-Markdown conforms to the syntax rule above since version 2.1 This change moves the inside markdown text as the separate files. Change-Id: I0b88d5c93836f9ee5c35cbeda87b11f2944b7662