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 13f8618 commit 5c129acCopy full SHA for 5c129ac
.github/workflows/test_build.yml
@@ -19,7 +19,8 @@ jobs:
19
echo "<figure>" > test.txt
20
echo "before"
21
cat test.txt
22
- man sed
+ #man sed
23
+ sed -i "s/<figure>/<BR clear=all><figure>/g" test.txt
24
echo "after"
25
26
exit
@@ -46,7 +47,7 @@ jobs:
46
47
outfile="${dest}/$(basename "${fil%.md}.html")"
48
echo $outfile
49
pandoc --standalone ${fil} --css tutorial.css -o ${outfile}
- #sed -i "" "s/<figure>/<BR clear=all><figure>/g" ${outfile}
50
+ sed -i "s/<figure>/<BR clear=all><figure>/g" ${outfile}
51
done
52
ls -R ${dest}
53
0 commit comments