Markd::Rule::CodeBlock
Inherits Markd::Rule < Struct < Value < Object
Constants
CLOSING_CODE_FENCE = /^(?:`{3,}|~{3,})(?= *$)/
CODE_FENCE = /^`{3,}(?!.*`)|^~{3,}/
Constructors
new
SourceInstance methods
can_contain?(type)
Sourceinitialize
SourceInherits Markd::Rule < Struct < Value < Object