Method: MaRuKu::Out::Latex#to_latex_strong

Defined in:
lib/maruku/output/to_latex.rb

#to_latex_strongObject



324
325
326
# File 'lib/maruku/output/to_latex.rb', line 324

def to_latex_strong
"\\textbf{#{children_to_latex}}"
end