Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hexlet/patterns
/ render
Method
render
content/adapter/javascript/class/parsers/Showdown.js:8–10 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
6
}
7
8
render(text) {
9
return
this.converter.makeHtml(text);
10
}
11
}
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected