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

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

Constant Summary collapse

BLANK_CHARS =
"{blank}"

Instance Method Summary collapse

Instance Method Details

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



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

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