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}``
Source
lib/inlineCodeBlock.ts:7