const MD_STRING = `
test
**bold**
---
*test italic*
~~strikethrough~~
> blockquote
[Link](https://google.com)
\`Code\`
\`\`\`
Code block
\`\`\`
<!-- Comment -->

| H1 | Header2 |
|--------|--------|
| 1 | Item 1 |
| 2 | Another item 2 |
| 3 | Third item |
- list
- test
- here
1. Ordered
2. List
3. Here
- [ ] Checklist
- [x] Here
- [ ] Test
`;
const MD_STRING = `
test
**bold**
---
*test italic*
~~strikethrough~~
> blockquote
[Link](https://google.com)
\`Code\`
\`\`\`
Code block
\`\`\`
<!-- Comment -->

| H1 | Header2 |
|--------|--------|
| 1 | Item 1 |
| 2 | Another item 2 |
| 3 | Third item |
- list
- test
- here
1. Ordered
2. List
3. Here
- [ ] Checklist
- [x] Here
- [ ] Test
`;