Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/imsun/gitment
/ markdown
Method
markdown
src/gitment.js:145–150 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
143
}
144
145
markdown(text) {
146
return
http.post(
'/markdown'
, {
147
text,
148
mode:
'gfm'
,
149
})
150
}
151
152
createIssue() {
153
const
{ id, owner, repo, title, link, desc, labels } = this
Callers
1
renderEditor
Function · 0.80
Calls
1
post
Method · 0.80
Tested by
no test coverage detected