# Telescopo Reader Sample

This is an ordinary local Markdown file. Open it from Finder, use **Open With > Telescopo**, or make Telescopo the default application for `.md` files.

## Portable Markdown

- Standard headings and paragraphs
- **Bold**, *italic*, ~~strikethrough~~, and [links](https://commonmark.org/)
- Task lists, tables, code, diagrams, mathematics, and images
- No vault or proprietary document format

## Review Checklist

- [x] Opened directly from Finder
- [x] Searchable in Reader view
- [x] Visible in Quick Section Navigator
- [ ] Add project-specific notes

## Technical Table

| Workflow | Reader | Editor | Split |
| --- | ---: | ---: | ---: |
| Read rendered Markdown | Yes | No | Yes |
| Edit source | No | Yes | Yes |
| Search active content | Yes | Yes | Yes |

## Code

```swift
struct DocumentState {
    let title: String
    let isMonitoringExternalChanges: Bool
}
```

## Diagram

```mermaid
flowchart LR
    Finder[Finder] --> Telescopo[Telescopo Reader]
    Agent[AI tool or script] --> Markdown[(Local Markdown file)]
    Markdown --> Telescopo
    Telescopo --> PDF[PDF export]
```

## Mathematics

The inline expression \(E = mc^2\) remains part of the sentence.

\[
A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}
\]

## Long-Document Navigation

Add more headings and Telescopo Navigator will build a live outline from the document structure.
