mirror of
https://github.com/cupcakearmy/markdown-it-import.git
synced 2024-12-22 00:06:27 +00:00
8 lines
111 B
Markdown
8 lines
111 B
Markdown
|
## Here is a typescript snippet
|
||
|
|
||
|
> @import(tests/fixtures/rec-c.txt)
|
||
|
|
||
|
```ts
|
||
|
@import(tests/fixtures/sum.ts)
|
||
|
```
|