enum

Markd::Rule::MatchValue

Inherits Enum < Comparable < Value < Object

Match Value

  • None: no match
  • Container: match container, keep going
  • Leaf: match leaf, no more block starts

Constants

None = 0
Container = 1
Leaf = 2

Instance methods

container?

Returns true if this enum value equals Container

Source
leaf?

Returns true if this enum value equals Leaf

Source
none?

Returns true if this enum value equals None

Source