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
4 files changed
tree: 151a85a5b1dbfde4e4c452371b20e98666f898a3
  1. scripts/
  2. src/
  3. templates/
  4. .gitignore
  5. CleanSpec.mk
  6. README