';
+ // Get the markdown for the property and turn it into HTML
+ html += '
';
- html += marked(markedschema.generateMarkdown.createPropertyDetails(property, 3), { headerPrefix: "dedupe-header" });
- html += '
'
+ html += marked(typedschemamarkdown.createPropertyDetails(property, 3, null, false, true, elementVersion), { headerPrefix: "dedupe-header" });
+ html += '
'
- // Load card example file into a div, using JS to render it later
- property.examples.forEach(function (example, i) {
- if (i === 0) {
- html += '