first commit
This commit is contained in:
9
vendor/cebe/markdown/tests/markdown-data/endless_loop_bug.html
vendored
Normal file
9
vendor/cebe/markdown/tests/markdown-data/endless_loop_bug.html
vendored
Normal file
@ -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>
|
||||
Reference in New Issue
Block a user