Browse Source

insert modus

master
zeus 4 years ago
parent
commit
0600fc8ba7
  1. 2
      src/components/doclive/runLlo.vue

2
src/components/doclive/runLlo.vue

@ -247,7 +247,7 @@ export default {
var asciidoctor1 = Asciidoctor() var asciidoctor1 = Asciidoctor()
var value_compiled = asciidoctor1.convert(value, var value_compiled = asciidoctor1.convert(value,
{ {
standalone: true, standalone: false,
backend: 'html5', backend: 'html5',
header_footer: false, header_footer: false,
doctype: 'article', doctype: 'article',

Loading…
Cancel
Save