lib/kramdown/converter/pdf.rb in motion-kramdown-0.5.1 vs lib/kramdown/converter/pdf.rb in motion-kramdown-0.6.0
- old
+ new
@@ -1,16 +1,17 @@
# -*- 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.
#++
#
# RM require 'prawn'
# RM require 'prawn/table'
-# RM require 'kramdown/utils/entities'
+# RM require 'kramdown/converter'
+# RM require 'kramdown/utils'
# RM require 'open-uri'
module Kramdown
module Converter