Skip to content

Commit

Permalink
Merge pull request #468 from danyill/issue-425-includes
Browse files Browse the repository at this point in the history
Part of #425, fix base directory references
  • Loading branch information
danyill authored Oct 17, 2021
2 parents 58dc645 + 2389b27 commit 0e1175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asciidocParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class AsciidocParser {
attributes: attributes,
header_footer: true,
to_file: false,
baseDir: baseDir,
base_dir: baseDir,
sourcemap: true,
backend: backend,
extension_registry: registry,
Expand Down

0 comments on commit 0e1175f

Please sign in to comment.