example/Bird.md in yard-markdown-0.1.2 vs example/Bird.md in yard-markdown-0.2.0
- old
+ new
@@ -6,10 +6,10 @@
The base class for all birds.
# Constants
-## DEFAULT_DUCK_VELOCITY =
+## DEFAULT_DUCK_VELOCITY = [](#constant-DEFAULT_DUCK_VELOCITY)
(70) Default velocity for a flying duck.
# Public Instance Methods
## _fly_impl(_direction , _velocity ) [](#method-i-_fly_impl)