chatgpt-api/fixtures/valid/everything-openapi/readme.md

31 wiersze
323 B
Markdown

# Test Everything OpenAPI
This is testing **readme rendering**.
## Misc
- [ ] Item 1
- [ ] Item 2
- [x] Item 3
---
- _italic_
- **bold**
- [link](https://www.google.com)
- `code`
## Code
```ts
const a = 1
export function foo() {
console.log('hello world')
}
```
## Images
![Image](https://placehold.co/600x400)