initialize

in _plugins/markdown_tag.rb [9:13]


    def initialize(tag_name, text, tokens)
      super
      @text = text.strip
    end