Skip to content

Commit 02def43

Browse files
author
Roman Valls Guimera
committed
Rst is not markdown, trying with html tags..
1 parent 6c3d97b commit 02def43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ Getting the Most From the Koans
9999

100100
Quoting the Ruby Koans instructions::
101101

102-
```
102+
<blockquote>
103103
In test-driven development the mantra has always been, red, green, refactor. Write a failing test and run it (red), make the test pass (green), then refactor it (that is look at the code and see if you can make it any better. In this case you will need to run the koan and see it fail (red), make the test pass (green), then take a moment and reflect upon the test to see what it is teaching you and improve the code to better communicate its intent (refactor)."
104-
```
104+
</blockquote>
105105

106106
Content
107107
-------

0 commit comments

Comments
 (0)