Function: inlineCodeBlock()
inlineCodeBlock<C>(content: C): ``${C}``
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}``
Defined in
inlineCodeBlock.ts:7