MCPcopy Create free account
hub / github.com/writefreely/writefreely / RenderMathJax

Method RenderMathJax

collections.go:378–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376}
377
378func (c *Collection) RenderMathJax() bool {
379 return c.db.CollectionHasAttribute(c.ID, "render_mathjax")
380}
381
382func (c *Collection) EmailSubsEnabled() bool {
383 return c.db.CollectionHasAttribute(c.ID, "email_subs")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected