Skip to content

Commit

Permalink
Generate dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 21, 2019
1 parent 6112a38 commit b6b81ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/browser/asciidoctor-kroki.js
Original file line number Diff line number Diff line change
Expand Up @@ -15980,6 +15980,10 @@ const processKroki = (processor, parent, attrs, diagramType, diagramText, contex
if (inline) {
blockAttrs['inline-option'] = ''
}
const interactive = attrs['interactive-option'] === ''
if (interactive) {
blockAttrs['interactive-option'] = ''
}
if (blockId) {
blockAttrs.id = blockId
}
Expand Down
4 changes: 4 additions & 0 deletions dist/node/asciidoctor-kroki.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ const processKroki = (processor, parent, attrs, diagramType, diagramText, contex
if (inline) {
blockAttrs['inline-option'] = ''
}
const interactive = attrs['interactive-option'] === ''
if (interactive) {
blockAttrs['interactive-option'] = ''
}
if (blockId) {
blockAttrs.id = blockId
}
Expand Down

0 comments on commit b6b81ea

Please sign in to comment.