diff options
Diffstat (limited to 'mypath/md2html.sh')
-rwxr-xr-x | mypath/md2html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mypath/md2html.sh b/mypath/md2html.sh index e71f1d3..c520736 100755 --- a/mypath/md2html.sh +++ b/mypath/md2html.sh | |||
@@ -28,4 +28,4 @@ sed -i '/<style/,/<\/style>/d' $dst | |||
28 | sed -i 's/<body>/<body>\n<div class="pandoc">\n<div class="main">/' $dst | 28 | sed -i 's/<body>/<body>\n<div class="pandoc">\n<div class="main">/' $dst |
29 | sed -i 's/<\/body>/<script src="https:\/\/test.qin-juan-ge-zhu.top\/common\/js\/comment.js"><\/script>\n<\/div>\n<\/div>\n<\/body>/' $dst | 29 | sed -i 's/<\/body>/<script src="https:\/\/test.qin-juan-ge-zhu.top\/common\/js\/comment.js"><\/script>\n<\/div>\n<\/div>\n<\/body>/' $dst |
30 | sed -i 's/\t/ /g' $dst | 30 | sed -i 's/\t/ /g' $dst |
31 | sed -i 's/<\/head>/<link rel="stylesheet" href="https:\/\/test.qin-juan-ge-zhu.top\/common\/CSS\/pandoc.css">\n<script type="text/javascript" src="https://test.qin-juan-ge-zhu.top/common/js/myhighlight.js"></script>\n<script type="text\/javascript" src="https:\/\/test.qin-juan-ge-zhu.top\/common\/script4code.js"><\/script><\/head>/' $dst | 31 | sed -i 's/<\/head>/<link rel="stylesheet" href="https:\/\/test.qin-juan-ge-zhu.top\/common\/CSS\/pandoc.css">\n<script type="text\/javascript" src="https:\/\/test.qin-juan-ge-zhu.top\/common\/js\/myhighlight.js"><\/script>\n<script type="text\/javascript" src="https:\/\/test.qin-juan-ge-zhu.top\/common\/script4code.js"><\/script><\/head>/' $dst |