We are using your library to embed code examples in our documentation (pure Markdown files).
We would like to include a link to the source file so a user can open it.
Input:
Hello world!
<!-- embedme examples/a.ts -->
```ts
```
Output:
Hello world!
```ts
const foo = "bar"
```
Source: [examples/a.ts](./examples/a.ts)