Class: Stepmod::Utils::Converters::Strong

Inherits:
Base
  • Object
show all
Defined in:
lib/stepmod/utils/converters/strong.rb

Constant Summary collapse

BLANK_CHARS =
"{blank}"

Constants inherited from Base

Base::PREFIXES_REGEX

Instance Method Summary collapse

Methods inherited from Base

#treat_children

Instance Method Details

#convert(node, state = {}) ⇒ Object



9
10
11
# File 'lib/stepmod/utils/converters/strong.rb', line 9

def convert(node, state = {})
  bold_converted(node, state)
end