Skip to content

Commit

Permalink
Re-capture reference output using graphviz from Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Nov 21, 2024
1 parent 3cfffb2 commit 6ed73c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
4 changes: 0 additions & 4 deletions tests/data_in/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<title>$TITLE</title>
</head>
<body>
<section data-markdown>
<textarea data-template>
$CONTENT
</textarea>
</section>
</body>
</html>
4 changes: 0 additions & 4 deletions tests/reference_out/chapter_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<title>Chapter 1</title>
</head>
<body>
<section data-markdown>
<textarea data-template>
# Page 1

---
Expand All @@ -18,7 +16,5 @@
---
## Page 4

</textarea>
</section>
</body>
</html>
13 changes: 5 additions & 8 deletions tests/reference_out/chapter_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,25 @@
<title>Chapter 2</title>
</head>
<body>
<section data-markdown>
<textarea data-template>
# Page 1

<figure>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 12.2.0 (20241103.1931)
<!-- Generated by graphviz version 2.43.0 (0)
-->
<!-- Pages: 1 -->
<!-- Title: %3 Pages: 1 -->
<svg width="62pt" height="45pt"
viewBox="0.00 0.00 62.00 45.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 41)">
<polygon fill="white" stroke="none" points="-4,4 -4,-41 58,-41 58,4 -4,4"/>
<title>%3</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-41 58,-41 58,4 -4,4"/>
<!-- X -->
<g id="node1" class="node">
<title>X</title>
<polygon fill="none" stroke="black" points="0,-0.5 0,-36.5 54,-36.5 54,-0.5 0,-0.5"/>
<text text-anchor="middle" x="26.88" y="-13.45" font-family="Times,serif" font-size="14.00">X</text>
<text text-anchor="middle" x="27" y="-14.8" font-family="Times,serif" font-size="14.00">X</text>
</g>
</g>
</svg>
Expand All @@ -32,7 +31,5 @@
---
## Page 2

</textarea>
</section>
</body>
</html>

0 comments on commit 6ed73c3

Please sign in to comment.