# File lib/maruku/input/mdline.rb, line 25
    def gsub!(*args)
      # Any in-place-modification method should reset the md_type
      @md_type = nil
      super
    end