focus: Project Documentation.Installation.Quick Start @13-23
edges: 12 blank above, no blank line below
basic.md (1-128)
- Project Documentation @1 # This is a sample Markdown file for testing the scanner.
  - Installation @5 # To install the package, run:
    - code block (bash) bash @9
    - Quick Start @13 # Here's a simple example:
       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
