When invoking kramdown -o foo and there is no Kramdown::Document#to_foo method, kramdown should attempt to load kramdown/converter/foo and try again. Likewise, this could be done for -i foo and kramdown/parser/foo. This would allow kramdown to automatically leverage other kramdown libraries.
The text was updated successfully, but these errors were encountered:
When invoking
kramdown -o foo
and there is noKramdown::Document#to_foo
method, kramdown should attempt to loadkramdown/converter/foo
and try again. Likewise, this could be done for-i foo
andkramdown/parser/foo
. This would allow kramdown to automatically leverage other kramdown libraries.The text was updated successfully, but these errors were encountered: