Class: Apadmi::Grout::CustomMustache

Inherits:
Mustache
  • Object
show all
Defined in:
lib/apadmi/grout/actions/generate_release_notes_action/generate_release_notes_action.rb

Overview

Custom mustache class which doesn't escape HTML, since we're generating markdown

Instance Method Summary collapse

Instance Method Details

#escapeHTML(txt) ⇒ Object

rubocop:disable Naming/MethodName



42
43
44
# File 'lib/apadmi/grout/actions/generate_release_notes_action/generate_release_notes_action.rb', line 42

def escapeHTML(txt)
  txt
end