fix code bloc

This commit is contained in:
2019-05-14 13:36:56 +00:00
parent 73a0a90632
commit a9775f4d9b

View File

@@ -19,6 +19,7 @@ The flow is :
1. Print `section` header 1. Print `section` header
2. Use `output` helpers to display the output you want generated 2. Use `output` helpers to display the output you want generated
3. Close your section with `result` 3. Close your section with `result`
``` ```
echo "Task number One" | section echo "Task number One" | section
echo "This will work" | output::info echo "This will work" | output::info