MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / checkbox

Method checkbox

web/marked.min.js:1599–1603  ·  view source on GitHub ↗
({ checked: e })

Source from the content-addressed store, hash-verified

1597 );
1598 }
1599 checkbox({ checked: e }) {
1600 return (
1601 "<input " + (e ? 'checked="" ' : "") + 'disabled="" type="checkbox">'
1602 );
1603 }
1604 paragraph({ tokens: e }) {
1605 return `<p>${this.parser.parseInline(e)}</p>
1606`;

Callers 1

listitemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected