Launcher: Render help document contents using Markdown

Change-Id: I580c56bff201cd508efd52ba75eed28a8869f9b1
diff --git a/core/installer/welcome/launcher-tmpl/launcher.html b/core/installer/welcome/launcher-tmpl/launcher.html
index 3511064..24f5c27 100644
--- a/core/installer/welcome/launcher-tmpl/launcher.html
+++ b/core/installer/welcome/launcher-tmpl/launcher.html
@@ -66,7 +66,7 @@
     {{ end }}
     {{ define "help-content-template" }}
         {{ range . }}
-            <p class="help-content" id="help-content-{{ CleanAppName .Title }}"> {{ .Contents }}</p>
+            <div class="help-content" id="help-content-{{ CleanAppName .Title }}"> {{ .Contents }}</div>
             {{ template "help-content-template" .Children }}
         {{ end }}
     {{ end }}