summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpandoc-fable-filter2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-fable-filter b/pandoc-fable-filter
index 86d7ab3..d0d0c73 100755
--- a/pandoc-fable-filter
+++ b/pandoc-fable-filter
@@ -66,7 +66,7 @@ def process_to_svg(kind, ident, classes, keyvals, code, format_):
subprocess.check_call(argv)
sys.stderr.write('Created image ' + dest + '\n')
- return Para([Image([ident, [], keyvals], caption, ['/' + dest, typef])])
+ return Para([Image([ident, [], keyvals], caption, [dest, typef])])
def combo(key, value, format_, _):