lib/kramdown/converter/toc.rb in kramdown-1.5.0 vs lib/kramdown/converter/toc.rb in kramdown-1.6.0

- old
+ new

@@ -1,14 +1,14 @@ # -*- coding: utf-8 -*- # #-- -# Copyright (C) 2009-2014 Thomas Leitner <t_leitner@gmx.at> +# Copyright (C) 2009-2015 Thomas Leitner <t_leitner@gmx.at> # # This file is part of kramdown which is licensed under the MIT. #++ # -require 'rexml/parsers/baseparser' +require 'kramdown/converter' module Kramdown module Converter