Commit 99fecc7f by Lyla Fischer Committed by Tom Giannattasio

fixed lack-of-yaml in html template

parent 4ea151ec
<h1>Heading of document</h1> ---
<h2>First subheading</h2> metadata:
<p>This is a paragraph. It will take care of line breaks for you.</p><p>HTML only parses the location display_name: Announcement
of tags for inserting line breaks into your doc, not data: |
line <h1>Heading of document</h1>
breaks <h2>First subheading</h2>
you <p>This is a paragraph. It will take care of line breaks for you.</p><p>HTML only parses the location
add
yourself. of tags for inserting line breaks into your doc, not
</p> line
breaks
<h2>Links</h2> you
<p>You can refer to other parts of the internet with a <a href="http://www.wikipedia.org/"> link</a>, to other parts of your course by prepending your link with <a href="/course/Week_0">/course/</a></p> add
<p>Now a list:</p> yourself.
<ul> </p>
<li>An item</li> <h2>Links</h2>
<li>Another item</li> <p>You can refer to other parts of the internet with a <a href="http://www.wikipedia.org/"> link</a>, to other parts of your course by prepending your link with <a href="/course/Week_0">/course/</a></p>
<li>And yet another</li> <p>Now a list:</p>
</ul> <ul>
<p>This list has an ordering </p> <li>An item</li>
<ol> <li>Another item</li>
<li>An item</li> <li>And yet another</li>
<li>Another item</li> </ul>
<li>Yet another item</li> <p>This list has an ordering </p>
</ol> <ol>
<p> Note, we have a lot of standard edX styles, so please try to avoid any custom styling, and make sure that you make a note of any custom styling that you do yourself so that we can incorporate it into <li>An item</li>
tools that other people can use. </p> <li>Another item</li>
\ No newline at end of file <li>Yet another item</li>
</ol>
<p> Note, we have a lot of standard edX styles, so please try to avoid any custom styling, and make sure that you make a note of any custom styling that you do yourself so that we can incorporate it into
tools that other people can use. </p>
children: []
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment