You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The properties are not exposed and while it can be hacked with ((DocumentImpl)document).getProperty("source") it'd be nice to have them properly exposed.
The properties are not exposed and while it can be hacked with
((DocumentImpl)document).getProperty("source")
it'd be nice to have them properly exposed.https://github.com/asciidoctor/asciidoctor/blob/093eed14225bc9ef4664d03fdc965fa7e2acb7a1/lib/asciidoctor/document.rb#L669-L676
For context, this is necessary to access the result of using asciidoctor-reducer.
The text was updated successfully, but these errors were encountered: