instance method
block_value?
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
block_value?(value)
No documentation comment.
Parameters
-
valuereq
Source
# File actiontext/lib/action_text/markdown_conversion.rb, line 295
def block_value?(value)
stringify(value).end_with?("\n\n")
end
Defined in actiontext/lib/action_text/markdown_conversion.rb line 295
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::MarkdownConversion