example/Bird.md in rdoc-markdown-0.4 vs example/Bird.md in rdoc-markdown-0.4.2
- old
+ new
@@ -5,13 +5,14 @@
### fly(string, number) -> bool [](#method-i-fly)
Fly somewhere.
Flying is the most critical feature of birds.
-= Example
+# Example[¶](#method-i-fly-label-Example) [↑](#top)
-fly(:south, 70)
-
+```
+fly(:south,70)
+```
### speak() { |text| ... } [](#method-i-speak)
Produce some noise.
\ No newline at end of file