summaryrefslogtreecommitdiff
path: root/subplot.md
diff options
context:
space:
mode:
Diffstat (limited to 'subplot.md')
-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**: