MCPcopy
hub / github.com/json-schema-org/json-schema-spec / figure

Function figure

remark/remark-code-titles.js:57–66  ·  view source on GitHub ↗
(children, properties)

Source from the content-addressed store, hash-verified

55};
56
57const figure = (children, properties) => {
58 return {
59 type: "container",
60 children,
61 data: {
62 hName: "figure",
63 hProperties: properties
64 }
65 };
66};
67
68const figcaption = (children, properties) => {
69 return {

Callers 1

remarkNumberHeadingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected