Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
circle-ci committed Aug 7, 2024
1 parent 407ffc4 commit 8aa7d35
Show file tree
Hide file tree
Showing 52 changed files with 196 additions and 103 deletions.
55 changes: 51 additions & 4 deletions asciidoctor-diagram_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
<h1><span class="maintitle"><strong>Asciidoctor</strong> Diagram</span>: <span class="subtitle">Supported Diagram Types</span></h1>
<div class="details">
<span id="author" class="author">brought to you with <span class="icon"><i class="fa fa-heart fa-1x"></i></span> by barthel</span><br>
<span id="revnumber">version: 25b88df9</span>
<span id="revnumber">version: 54271bdc</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Content</div>
Expand Down Expand Up @@ -1277,11 +1277,58 @@ <h2 id="section-meme"><a class="anchor" href="#section-meme"></a>13. meme</h2>
<div class="sect1">
<h2 id="section-mermaid"><a class="anchor" href="#section-mermaid"></a>14. mermaid</h2>
<div class="sectionbody">
<div class="quoteblock">
<blockquote>
<div class="paragraph">
<p>I had a forward slash defined in the label of a diagram node.</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>graph LR
M[Main\n/]</code></pre>
</div>
</div>
<div class="paragraph">
<p>This could be rendered successfully by other mermaid engines, like the one that renders the preview in the vscode plugin. But caused <code>mmdc</code> to crash with</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>Error: Evaluation failed: Error: Diagram error not found.
at pptr://__puppeteer_evaluation_script__:45:17
at ExecutionContext._ExecutionContext_evaluate (...)
at process.processTicksAndRejections (...)
at async ExecutionContext.evaluate (...)
at async CDPJSHandle.evaluate (...)
at async CDPElementHandle.$eval (...)
at async renderMermaid (...)
at async parseMMD (...)
at async run (...)
at async cli (...)</code></pre>
</div>
</div>
<div class="paragraph">
<p>However, as soon as I add double quotes</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>graph LR
M["Main\n/"]</code></pre>
</div>
</div>
<div class="paragraph">
<p>everything works fine. So this is rather an issue to handle in <code>mermaid-js/mermaid-cli</code> (if at all).</p>
</div>
</blockquote>
<div class="attribution">
&#8212; gibso (@github)<br>
<cite>https://github.com/barthel/docker-asciidoctor/pull/3</cite>
</div>
</div>
<div class="sect2">
<h3 id="_internal_diagram_source_14"><a class="anchor" href="#_internal_diagram_source_14"></a>14.1. Internal diagram source</h3>
<div class="imageblock">
<div class="content">
<img src="./images/mermaid-internal-example-diagram.svg" alt="mermaid internal example diagram" width="307" height="454">
<img src="./images/mermaid-internal-example-diagram.svg" alt="mermaid internal example diagram" width="310" height="454">
</div>
</div>
</div>
Expand Down Expand Up @@ -1860,8 +1907,8 @@ <h2 id="section-bibliography"><a class="anchor" href="#section-bibliography"></a
</div>
<div id="footer">
<div id="footer-text">
version: 25b88df9<br>
25b88df9 - 2024-07-06 16:45:44 UTC
version: 54271bdc<br>
54271bdc - 2024-08-07 06:58:50 UTC
</div>
</div>
</body>
Expand Down
Binary file modified asciidoctor-diagram_overview.pdf
Binary file not shown.
74 changes: 62 additions & 12 deletions asciidoctor-diagram_overview_inlined.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion images/actdiag-internal-example-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/ascii2svg-internal-example-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/ascii2svg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/blockdiag-internal-example-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/blockdiag_actdiag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/blockdiag_blockdiag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/blockdiag_nwdiag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/blockdiag_seqdiag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/bpmn-internal-example-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/bpmn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/diag-ean13-md5-92bacd47b817ae4c45ee3917b1f14a0a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/diag-ean8-md5-bef1c8b70d3c029c639bc362d7f1793a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/diag-meme-md5-e9eba9acf8bc78a6328472ab862ab247.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/diag-upca-md5-53c2b65dbe8ed175a79d1c8a8f8a3379.svg
Loading

0 comments on commit 8aa7d35

Please sign in to comment.