Kind: Function
Source: atloria-monorepo/apps/api/src/l10n/translation-format.ts
Ordered protected segments of a markdown page: whole fenced code blocks (``` / ~~~,
fences included) and directive lines (trimmed line starting with ::: or ::).
Indented code blocks are NOT protected (they are indistinguishable from lists at
this altitude); Atloria generators emit fenced blocks only.
Signature
tsfunction extractProtectedSegments(markdown: string): string[]
Parameters
| Name | Type |
|---|---|
markdown | string |
Returns: string[]
Was this page helpful?