asciidoctor / kramdown-asciidoc

A kramdown extension for converting Markdown documents to AsciiDoc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow IO object to be passed to :to option of convert_file API

mojavelinux opened this issue · comments

If the value of the :to option passed to the convert_file API is an IO object, the output should be written to that object and nil should be returned.