-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Behaves differently to asciidoctor command when converting a directory #1135
Comments
robertpanzer
added a commit
to robertpanzer/asciidoctorj
that referenced
this issue
Jan 8, 2023
…ation dir if source dir is given.
5 tasks
robertpanzer
added a commit
that referenced
this issue
Jan 22, 2023
…srcdir Fixes #1135. Target file name should be relative to destination dir i…
robertpanzer
added a commit
to robertpanzer/asciidoctorj
that referenced
this issue
Nov 19, 2023
… to destination dir if source dir is given.
robertpanzer
added a commit
to robertpanzer/asciidoctorj
that referenced
this issue
Nov 19, 2023
… should be relative to destination dir if source dir is given.
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ruby variant of asciidoctor produces output directory that is a mirror of src directory with adoc files converted to html
; asciidoctor -R srcdir -D targetdir srcdir/'**/*.adoc'
Whereas asciidoctorj variant:
; asciidoctorj -R srcdir -D targetdir srcdir/'**/*.adoc'
produces flat output directory containing all html files at root level.
Ruby
asciidoctor
's approach is of course preferred.Environment
The text was updated successfully, but these errors were encountered: