summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-07-16 10:36:52 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-07-16 10:36:52 +0100
commita86b7f8412a2835c297012464a58007a580ea444 (patch)
tree0a41b3cc98b38c35933189dbac3e6e094df2faf3
parent065d263062a43a0362f6035cfca04a29d6aecfdf (diff)
downloadsubplot-a86b7f8412a2835c297012464a58007a580ea444.tar.gz
(subplot.md): Fix for newer pandoc
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--subplot.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/subplot.md b/subplot.md
index d7a6c29..6a268f7 100644
--- a/subplot.md
+++ b/subplot.md
@@ -3006,7 +3006,7 @@ and is not referenced as an external image.
given file pikchr.md
and an installed subplot
when I run pandoc --filter subplot-filter pikchr.md -o pikchr.html
-then file pikchr.html matches regex /img src="data:image/svg\+xml;base64,/
+then file pikchr.html matches regex /src="data:image/svg\+xml;base64,/
~~~
The sample input file **pikchr.md**:
@@ -3045,7 +3045,7 @@ given file dot.md
and file b.yaml
and an installed subplot
when I run pandoc --filter subplot-filter dot.md -o dot.html
-then file dot.html matches regex /img src="data:image/svg\+xml;base64,/
+then file dot.html matches regex /src="data:image/svg\+xml;base64,/
~~~
The sample input file **dot.md**:
@@ -3087,7 +3087,7 @@ given file plantuml.md
and file b.yaml
and an installed subplot
when I run pandoc --filter subplot-filter plantuml.md -o plantuml.html
-then file plantuml.html matches regex /img src="data:image/svg\+xml;base64,/
+then file plantuml.html matches regex /src="data:image/svg\+xml;base64,/
~~~
The sample input file **plantuml.md**:
@@ -3168,7 +3168,7 @@ given file roadmap.md
and file b.yaml
and an installed subplot
when I run pandoc --filter subplot-filter roadmap.md -o roadmap.html
-then file roadmap.html matches regex /img src="data:image/svg\+xml;base64,/
+then file roadmap.html matches regex /src="data:image/svg\+xml;base64,/
~~~
The sample input file **roadmap.md**: