Skip to content

Commit b7638c3

Browse files
committed
Loosen asciidoctor/core version
1 parent be861ce commit b7638c3

File tree

3 files changed

+2242
-2028
lines changed

3 files changed

+2242
-2028
lines changed

lib/options.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ const convertOptions = (args, attrs) => {
5555
console.log('attributes ' + attributes)
5656
}
5757
const options = {
58-
doctype: doctype,
58+
doctype,
5959
safe: safeMode,
60-
standalone: standalone,
60+
standalone,
6161
failure_level: failureLevel,
6262
verbose: verboseMode,
63-
timings: timings,
64-
trace: trace
63+
timings,
64+
trace
6565
}
6666
if (backend) {
6767
options.backend = backend

0 commit comments

Comments
 (0)