basic.md::"Installation" (5-23)
basic.md (1-129)
- Project Documentation @1 # This is a sample Markdown file for testing the scanner.
  - Installation @5 # To install the package, run:
     5 | ## Installation
     6 | 
     7 | To install the package, run:
     8 | 
     9 | ```bash
     10 | pip install scantool
     11 | ```
     12 | 
     13 | ### Quick Start
     14 | 
     15 | Here's a simple example:
     16 | 
     17 | ```python
     18 | from scantool import FileScanner
     19 | 
     20 | scanner = FileScanner()
     21 | structures = scanner.scan_file("example.py")
     22 | ```
     23 | 
  - Features @24 # The scanner supports multiple languages:
  - Configuration @48 # Settings can be adjusted in the config file.
  - API Reference @61 # Main components of the system.
  - Contributing @77 # Guidelines for contributors.
  - License @93 # MIT License
- Alternative Heading Style @99 # This is a level 1 heading using Setext style.
[exit 0]
