MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / meta_quote_open

Function meta_quote_open

src/render_html.mjs:173–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 },
172
173 meta_quote_open() { return "\n\n<blockquote>" },
174 meta_quote_close(token) {
175 let {author, title} = token.args[0] || {}
176 return (author ? `\n\n<footer>${escape(author)}${title ? `, <cite>${escape(title)}</cite>` : ""}</footer>` : "") +

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected