Function: inlineCodeBlock()
inlineCodeBlock<
C
>(content
:C
):${C}
Defined in: inlineCodeBlock.ts:7
Wraps text in a markdown inline codeblock
Type Parameters
Type Parameter |
---|
C extends string |
Parameters
Parameter | Type | Description |
---|---|---|
content | C | The expression to be wrapped in the codeblock |
Returns
${C}