Commit ebfbbb62 by Chris Rossi

Better docs for molfile indentation.

parent 60cd7f1c
...@@ -15,9 +15,16 @@ data: | ...@@ -15,9 +15,16 @@ data: |
</p> </p>
<jsmeresponse> <jsmeresponse>
<jsme> <jsme>
<!-- You can set initial state of the editor by including a molfile <!--
inside of the jsme tag. Take care that indentation is preserved. You can set initial state of the editor by including a molfile
The molfile format is sensitive to whitespace. --> inside of the jsme tag.
Take care that indentation is preserved. The molfile format is
sensitive to whitespace, so the best policy is to cut and paste
as-is on a new line without adjusting the indentation. If you
do indent the molfile data, make sure every line is indented the
same amount using space characters only, no tabs.
-->
<initial-state> <initial-state>
CN2Cc1[nH]cnc1N(C)C2=O CN2Cc1[nH]cnc1N(C)C2=O
JME 2014-06-28 Wed Jul 23 13:41:18 GMT-400 2014 JME 2014-06-28 Wed Jul 23 13:41:18 GMT-400 2014
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment