From 5478416a42f939697fa9e777355e6fcc96866a52 Mon Sep 17 00:00:00 2001 From: Lyla Fischer Date: Tue, 25 Sep 2012 14:02:25 -0400 Subject: [PATCH] fixed lack-of-yaml in html template --- .../xmodule/templates/html/everything.yaml | 59 ++++++++++--------- 1 file changed, 32 insertions(+), 27 deletions(-) diff --git a/common/lib/xmodule/xmodule/templates/html/everything.yaml b/common/lib/xmodule/xmodule/templates/html/everything.yaml index e7c9ff86b1..348ce64fa1 100644 --- a/common/lib/xmodule/xmodule/templates/html/everything.yaml +++ b/common/lib/xmodule/xmodule/templates/html/everything.yaml @@ -1,28 +1,33 @@ -

Heading of document

-

First subheading

-

This is a paragraph. It will take care of line breaks for you.

HTML only parses the location +--- +metadata: + display_name: Announcement -of tags for inserting line breaks into your doc, not -line -breaks -you -add -yourself. -

- -

Links

-

You can refer to other parts of the internet with a link, to other parts of your course by prepending your link with /course/

-

Now a list:

- -

This list has an ordering

-
    -
  1. An item
  2. -
  3. Another item
  4. -
  5. Yet another item
  6. -
-

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.

\ No newline at end of file +data: | +

Heading of document

+

First subheading

+

This is a paragraph. It will take care of line breaks for you.

HTML only parses the location + + of tags for inserting line breaks into your doc, not + line + breaks + you + add + yourself. +

+

Links

+

You can refer to other parts of the internet with a link, to other parts of your course by prepending your link with /course/

+

Now a list:

+ +

This list has an ordering

+
    +
  1. An item
  2. +
  3. Another item
  4. +
  5. Yet another item
  6. +
+

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.

+children: []