instance method visit_action_text_markdown

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

visit_action_text_markdown(_node, child_values)

Attachment markdown is wrapped in <action-text-markdown> by Content#to_markdown so it passes through without text escaping.

Parameters

_node req
child_values req
Source
# File actiontext/lib/action_text/markdown_conversion.rb, line 261
      def visit_action_text_markdown(_node, child_values)
        join_children(child_values)
      end

Defined in actiontext/lib/action_text/markdown_conversion.rb line 261 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionText::MarkdownConversion

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close