santize_doc_cell
FunctionSource
v_1: str = santize_doc_cell(text: str)
Sanitize the cell text by
- Replace
|with\|.
These changes are used to render MDX formats for inline texts.
Arguments
Requires
| Name | Type | Required | |
|---|---|---|---|
text | str | The input cell text. |
Returns
| Name | Type | |
|---|---|---|
v_1 | str | The sanitized text. |