Open
Description
Since the renderFile* methods on the Asciidoctor API have been deprecated, we should remove them from the call stack so that they are only used if a deprecated method is used by the client. Right now, the methods are jumping back and forth between calls between renderFile and convertFile, which makes the call stack longer than it should.
In other words, isolate the two chains so that renderFile* calls into convertFile*, but convertFile* never circles back to renderFile*.