Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/NeMo-Relay
/ _escape_text
Function
_escape_text
scripts/docs/generate_rust_library_reference.py:85–86 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
83
84
85
def
_escape_text(value: str) -> str:
86
return
escape_mdx_text(value, normalize=_ascii)
87
88
89
def
_clean_text(value: str) -> str:
Callers
2
_inline_markdown
Function · 0.70
_write_index
Function · 0.70
Calls
1
escape_mdx_text
Function · 0.90
Tested by
no test coverage detected