commit
26a918d2e6
@ -1,11 +1,13 @@
|
||||
<% _(symbolizers).each(function(symbolizer, name) { %>
|
||||
<% if (name == '*') { %>## All elements<% } else { %>## <%= name %><% } %>
|
||||
<% _(symbolizer).chain().filter(function(p) { return p.css; }).each(function(p) { %>
|
||||
#### <%= p.css.replace(/\s/g, '') %> <% if (_.isArray(p.type)) { %>`keyword`<% } else { %>`<%= p.type %>`<% } %>
|
||||
##### <%= p.css.replace(/\s/g, '') %> <% if (_.isArray(p.type)) { %>`keyword`<% } else { %>`<%= p.type %>`<% } %>
|
||||
<% if (_.isArray(p.type)) { %><% _(p.type).each(function(type) { %>`<%= type %>`<% }); %><% } %>
|
||||
|
||||
<% if (typeof p['default-value'] !== '') { %>Default Value: <%= p['default-value'] %><% } %>
|
||||
<% if (p['default-meaning']) { %>_(<%- p['default-meaning'] %>)_<% } %>
|
||||
<% if (typeof p['range'] !== 'undefined') { %>Range: <%= '' + p['range'] %><% } %>
|
||||
<% if (p.doc) { %><%- p.doc%><% } %>
|
||||
* * *
|
||||
<% }); %>
|
||||
<% }); %>
|
||||
<% }); %>
|
437
docs/2.0.0.md
437
docs/2.0.0.md
File diff suppressed because it is too large
Load Diff
437
docs/2.0.1.md
437
docs/2.0.1.md
File diff suppressed because it is too large
Load Diff
437
docs/2.0.2.md
437
docs/2.0.2.md
File diff suppressed because it is too large
Load Diff
581
docs/2.1.0.md
581
docs/2.1.0.md
File diff suppressed because it is too large
Load Diff
585
docs/2.1.1.md
585
docs/2.1.1.md
File diff suppressed because it is too large
Load Diff
711
docs/latest.md
711
docs/latest.md
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user