Method: Asciidoctor::Question::HTMLGAPBlockProcessor#prepare_gap
- Defined in:
- lib/asciidoctor-question/gap/extension.rb
#prepare_gap(value, tag) ⇒ Object
67 68 69 |
# File 'lib/asciidoctor-question/gap/extension.rb', line 67 def prepare_gap(value, tag) '+++<gap> <input type="text"/> <answer class="hidden">' + value + '</answer> </gap>+++' end |