# Test Repository
This is a test repository for markdown language server testing.
## Overview
This repository contains sample markdown files for testing LSP features.
## Features
- Document symbol detection
- Link navigation
- Reference finding
- Code completion
### Installation
To use this test repository:
1. Clone the repository
2. Install dependencies
3. Run tests
### Usage
See [guide.md](guide.md) for detailed usage instructions.
## Code Examples
Here's a simple example:
```python
def hello_world():
print("Hello, World!")
```
### JavaScript Example
```javascript
function greet(name) {
console.log(`Hello, ${name}!`);
}
```
## References
- [Official Documentation](https://example.com/docs)
- [API Reference](api.md)
- [Contributing Guide](CONTRIBUTING.md)
## License
MIT License