asciidoctor / asciidoctor-leanpub-converter

A backend for AsciidoctorJ to generate Leanpub-flavoured Markdown
Apache License 2.0
16 stars 9 forks source link

Missing functionality reporter should include file/line# #48

Closed ysb33r closed 9 years ago

ysb33r commented 9 years ago

When reporting missing functionality i.e.

convertOpen (node:org.asciidoctor.ast.BlockImpl) is not defined. Will not transform this node, but will try to carry on.

it will be useful to include the file and the line number.

This should be possible when asciidoctor/asciidoctorj#351 is implemented.