docusaurus
Version:
Easy to Maintain Open Source Documentation Websites
31 lines (21 loc) • 384 B
Markdown
id: doc2
title: Document 2
### Existing Docs
- [doc1](doc1.md)
- [doc2](./doc2.md)
### Non-existing Docs
- [hahaha](hahaha.md)
## Repeating Docs
- [doc1](doc1.md)
- [doc2](./doc2.md)
## Do not replace this
```md

```
```js
const doc1 = foo();
console.log('[image2](assets/image2.jpg)');
const testStr = ``;
```