Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / endless_loop_bug.html
diff --git a/vendor/cebe/markdown/tests/markdown-data/endless_loop_bug.html b/vendor/cebe/markdown/tests/markdown-data/endless_loop_bug.html
new file mode 100644 (file)
index 0000000..4460837
--- /dev/null
@@ -0,0 +1,9 @@
+<h2>Creating an Action <a name="creating-action"></a></h2>
+<p>For the "Hello" task, you will create a <code>say</code> <a href="structure-controllers.md#creating-actions">action</a> that reads
+a <code>message</code> parameter from the request and displays that message back to the user. If the request
+does not provide a <code>message</code> parameter, the action will display the default "Hello" message.</p>
+<blockquote><p>Info: <a href="structure-controllers.md#creating-actions">Actions</a> are the objects that end users can directly refer to for
+  execution. Actions are grouped by <a href="structure-controllers.md">controllers</a>. The execution result of
+  an action is the response that an end user will receive.</p>
+</blockquote>
+<p>Actions must be declared in ...</p>