# escapeXml

**Kind:** Function

**Source:** [`atloria-monorepo/apps/api/src/changelog/changelog-markdown.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/changelog/changelog-markdown.ts#L18)

## Signature

```ts
function escapeXml(s: string): string
```

## Parameters

| Name | Type |
|---|---|
| `s` | `string` |

**Returns:** `string`
