We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f888b8 commit 37f9fb5Copy full SHA for 37f9fb5
.github/workflows/test_build.yml
@@ -36,7 +36,7 @@ jobs:
36
outfile="${dest}/$(basename "${fil%.md}.html")"
37
echo $outfile
38
pandoc --standalone ${fil} --css tutorial.css -o ${outfile}
39
- sed -i "" "s/<figure>/<BR clear=all><figure>/g" ${outfile}
+ #sed -i "" "s/<figure>/<BR clear=all><figure>/g" ${outfile}
40
done
41
ls -R ${dest}
42
0 commit comments