Show More
@@ -151,7 +151,7 b' def rst2simplehtml(fname):' | |||||
151 | # simplest html I could find. This should help in making it easier to |
|
151 | # simplest html I could find. This should help in making it easier to | |
152 | # paste into the blogspot html window, though I'm still having problems |
|
152 | # paste into the blogspot html window, though I'm still having problems | |
153 | # with linebreaks there... |
|
153 | # with linebreaks there... | |
154 |
cmd_template = ("rst2html |
|
154 | cmd_template = ("rst2html --link-stylesheet --no-xml-declaration " | |
155 | "--no-generator --no-datestamp --no-source-link " |
|
155 | "--no-generator --no-datestamp --no-source-link " | |
156 | "--no-toc-backlinks --no-section-numbering " |
|
156 | "--no-toc-backlinks --no-section-numbering " | |
157 | "--strip-comments ") |
|
157 | "--strip-comments ") |
General Comments 0
You need to be logged in to leave comments.
Login now