Method: CiteProc::Variable#strip_markup

Defined in:
lib/citeproc/variable.rb

#strip_markupString

Returns the variable’s value stripped of markup.

Returns:

  • (String)

    the variable’s value stripped of markup



249
250
251
# File 'lib/citeproc/variable.rb', line 249

def strip_markup
  gsub(Variable.markup, '')
end