Skip to content

Commit 6be94f5

Browse files
committed
Added basic PDF converter based on the prawn PDF generation library
1 parent 64e2d52 commit 6be94f5

File tree

2 files changed

+465
-0
lines changed

2 files changed

+465
-0
lines changed

lib/kramdown/converter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module Converter
2323
autoload :Kramdown, 'kramdown/converter/kramdown'
2424
autoload :Toc, 'kramdown/converter/toc'
2525
autoload :RemoveHtmlTags, 'kramdown/converter/remove_html_tags'
26+
autoload :Pdf, 'kramdown/converter/pdf'
2627

2728
end
2829

0 commit comments

Comments
 (0)