example/Duck.md in rdoc-markdown-0.4 vs example/Duck.md in rdoc-markdown-0.4.2

- old
+ new

@@ -1,32 +1,34 @@ # class Duck [](#class-Duck) [](#top) A duck is a [`Waterfowl`](Waterfowl.html) [`Bird`](Bird.html). Features: +``` bird:: -- speak + * speak + * fly -- fly - waterfowl:: -- swim - + * swim +``` ## Constants | Name | Description | | ---- | ----------- | | **MAX_VELOCITY[](#MAX_VELOCITY)** | Not documented | - ## Bird overrides ## Constants + # Bird overrides + ## Constants | Name | Description | | ---- | ----------- | | **MAX_VELOCITY[](#MAX_VELOCITY)** | Not documented | ## Public Instance Methods ### speak() { |speech| ... } [](#method-i-speak) [`Duck`](Duck.html) overrides generic implementation. - ## Duck extensions ## Constants + # Duck extensions + ## Constants | Name | Description | | ---- | ----------- | | **MAX_VELOCITY[](#MAX_VELOCITY)** | Not documented | ## Attributes ### domestic[RW] [](#attribute-i-domestic) \ No newline at end of file