example/Duck.md in yard-markdown-0.3.0 vs example/Duck.md in yard-markdown-0.3.1
- old
+ new
@@ -1,47 +1,82 @@
# Class: Duck
-| | |
-| -----------------: | :----- |
-| **Inherits:** | Object |
-| **Extended by:** | Animal |
-| **Includes:** | Waterfowl |
-| **Defined in:** | example.rb |
+**Inherits:** Object
+
+**Extended by:** Animal
+
+**Includes:** Waterfowl
+
+**Defined in:** example.rb
A duck is a Waterfowl Bird.
Features:
- bird::
+ bird::
- * speak
- * fly
+ * speak
+ * fly
- waterfowl::
+ waterfowl::
- * swim
-# Constants
-## DEFAULT_DUCK_VELOCITY [](#constant-DEFAULT_DUCK_VELOCITY)
-Default velocity for a flying duck.
-## DEFAULT_SPEED [](#constant-DEFAULT_SPEED)
-Maximum speed for a swimming duck.
+ * swim
-# Public Instance Methods
-## initialize(domestic, rubber) [](#method-i-initialize)
-Creates a new duck.
-## speak() [](#method-i-speak)
-Duck overrides generic implementation.
-## swim() [](#method-i-swim)
-Swimming helper.
-## useful?() [](#method-i-useful?)
-Checks if this duck is a useful one.
+ # Public Instance Methods
+
+ ## initialize(domestic, rubber) [](#method-i-initialize)
+ Creates a new duck.
+
+
+
+ ## speak() [](#method-i-speak)
+ Duck overrides generic implementation.
+
+
+
+ ## swim() [](#method-i-swim)
+ Swimming helper.
+
+
+
+ ## useful?() [](#method-i-useful?)
+ Checks if this duck is a useful one.
+
:call-seq:
- Bird.useful? -> bool
+ Bird.useful? -> bool
-# Public Class Methods
-## rubber_ducks() [](#method-c-rubber_ducks)
-# Attributes
-## domestic[RW] [](#attribute-i-domestic)
-True for domestic ducks.
-## rubber[RW] [](#attribute-i-rubber)
-True for rubber ducks.
+
+
+ # Public Class Methods
+
+ ## rubber_ducks() [](#method-c-rubber_ducks)
+
+
+
+ # Attributes
+
+ ## domestic[RW] [](#attribute-i-domestic)
+ True for domestic ducks.
+
+
+
+ ## rubber[RW] [](#attribute-i-rubber)
+ True for rubber ducks.
+
+
+
+
+
+ # Constants
+
+ ## DEFAULT_DUCK_VELOCITY [](#constant-DEFAULT_DUCK_VELOCITY)
+ Default velocity for a flying duck.
+
+
+
+ ## DEFAULT_SPEED [](#constant-DEFAULT_SPEED)
+ Maximum speed for a swimming duck.
+
+
+
+
\ No newline at end of file