OLD | NEW |
---|---|
1 {{#properties}} | 1 {{?annotation}} |
2 <em>// {{annotation}}</em> | |
3 {{/annotation}} | |
not at google - send to devlin
2013/07/02 18:23:11
This needs to be on its own line, right? Does it h
jshumway
2013/07/24 17:40:07
Yep, it renders correctly because this partial is
| |
2 {{?documentation}} | 4 {{?documentation}} |
3 "<a href="{{documentation}}">{{name}}</a>": <em>{{*example}}</em>{{^is_last}},{{ /}} | 5 "<a href="{{documentation}}">{{name}}</a>":{{:documentation}} |
not at google - send to devlin
2013/07/02 18:23:11
closing {{:documentation}} on its own line
jshumway
2013/07/24 17:40:07
Because this partial is expanded inside <pre> tags
| |
4 {{:documentation}} | 6 "{{name}}":{{^subdoc}} ...{{/}}{{/documentation}} |
5 "{{name}}": ...{{^is_last}},{{/}} | 7 {{?subdoc}} { |
6 {{/documentation}}{{/properties}} | 8 {{#subdoc}} |
9 {{+partials.manifest_properties}} | |
10 {{/}} | |
not at google - send to devlin
2013/07/02 18:23:11
This should be able to be:
{{#subdoc +partials.ma
jshumway
2013/07/24 17:40:07
see above. fixed closing tag.
| |
11 }{{:subdoc}}{{?example}} {{*@.value}}{{/}}{{/}}{{^is_last}},{{/}} | |
not at google - send to devlin
2013/07/02 18:23:11
can the {{:subdoc}} here be on its own line?
{{?e
jshumway
2013/07/24 17:40:07
same as above about own line, changed {{?example *
| |
OLD | NEW |