diff --git a/dist/index.html b/dist/index.html
index 027b17213..8c38bf514 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -291,7 +291,7 @@ graph TB
graph TD
A[Christmas] -->|Get money| B(Go shopping)
-B --> C{Let me think}
+B --> C{{Let me think...
Do I want something for work,
something to spend every free second with,
or something to get around?}}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[Car]
@@ -443,7 +443,7 @@ Class08 <--> C2: Cool label
const testLineEndings = (test, input) => {
try {
mermaid.render(test, input, () => {});
- } catch (err) {
+ } catch (err) {
console.error("Error in %s:\n\n%s", test, err);
}
};