# File lib/maruku/input/parse_block.rb, line 684
  def find_colspan(al)
    al.find {|alElem| alElem[0] == "colspan" }
  end