提交 4a99498e 编写于 作者: Y Yi Wang

Add convert-markdown-into-html.sh

上级 7a28069a
markdown_file=$1 markdown_file=$1
cat <<EOF # Notice: the single-quotes around EOF below make outputs
# verbatium. c.f. http://stackoverflow.com/a/9870274/724872
cat <<'EOF'
<html> <html>
<head> <head>
<script type="text/x-mathjax-config"> <script type="text/x-mathjax-config">
...@@ -46,7 +48,7 @@ EOF ...@@ -46,7 +48,7 @@ EOF
cat $markdown_file cat $markdown_file
cat <<EOF cat <<'EOF'
</div> </div>
<!-- You can change the lines below now. --> <!-- You can change the lines below now. -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册