MCPcopy Create free account
hub / github.com/MathMan05/Fermi / makeHTML

Method makeHTML

src/webpage/markdown.ts:70–72  ·  view source on GitHub ↗
({keep = this.keep, stdsize = this.stdsize} = {})

Source from the content-addressed store, hash-verified

68 return this.makeHTML().textContent;
69 }
70 static getText() {
71 return text;
72 }
73 makeHTML({keep = this.keep, stdsize = this.stdsize} = {}) {
74 return this.markdown(this.txt, {keep, stdsize});
75 }

Callers 4

textContentMethod · 0.95
boxupdateMethod · 0.95
generateMessageMethod · 0.95
renderForumMethod · 0.95

Calls 1

markdownMethod · 0.95

Tested by

no test coverage detected