Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ bold
Function
bold
packages/ast/parse/discord/spec-helpers/index.js:13–15 ·
view source on GitHub ↗
(children)
Source
from the content-addressed store, hash-verified
11
}
12
13
function
bold(children) {
14
return
{
type
:
'bold'
, children, source: `**${source(children)}**` };
15
}
16
17
function
italic(children, character =
'_'
) {
18
return
{
Callers
1
index.spec.js
File · 0.50
Calls
1
source
Function · 0.70
Tested by
no test coverage detected