From ab310e21cd27725c5a4a7953f55cba8721292e5f Mon Sep 17 00:00:00 2001
From: Steve Perry
To write a new task page, create a Markdown file in a subdirectory of the /docs/tasks directory. In your Markdown file, provide values for these -variables, and then include templates/task.md:
+variables:...
+{% include templates/task.md %}{% endraw %}
+
In the steps section, use ## to start with a level-two heading. For subheadings,
use ### and #### as needed. Similarly, if you choose to have a discussion section,
start the section with a level-two heading.
Here's an example of a published topic that uses the task template:
@@ -93,7 +97,7 @@ for deep explanations.To write a new tutorial page, create a Markdown file in a subdirectory of the /docs/tutorials directory. In your Markdown file, provide values for these -variables, and then include templates/tutorial.md:
+variables:...
+{% include templates/tutorial.md %}{% endraw %}
+
In the lessoncontent section, use ## to start with a level-two heading. For subheadings,
use ### and #### as needed.
@@ -154,8 +163,7 @@ Here's something interesting about the code you ran in the preceding steps.
* See this [related tutorial](...).
{% endcapture %}
-{% include templates/tutorial.md %}
-
+{% include templates/tutorial.md %}
{% endraw %}
Here's an example of a published topic that uses the tutorial template:
@@ -172,7 +180,7 @@ tutorials.To write a new concept page, create a Markdown file in a subdirectory of the /docs/concepts directory. In your Markdown file, provide values for these -variables, and then include templates/concept.md:
+variables:...
+{% include templates/concept.md %}{% endraw %}
+
In the body section, use ## to start with a level-two heading. For subheadings,
use ### and #### as needed.
@@ -209,8 +222,7 @@ To use ...
* See this [related task](...).
{% endcapture %}
-{% include templates/concept.md %}
-
+{% include templates/concept.md %}
{% endraw %}
Here's an example of a published topic that uses the concept template: