# File lib/maruku/input/parse_block.rb, line 556
        def eventually_comes_a_def_list(src)
                future = src.tell_me_the_future
                ok = future =~ %r{^t+e?d}x
#               puts "future: #{future} - #{ok}"
                ok
        end