Demo
This is simply pure text..nothing interesting here.
1. Section1
We needs this for demo
WF-001
This is just another test
WF-002
No Statement Yet
WF-003
graph TD
A[User] --> B[StrictDoc Server]
B --> C[Document Parser]
B --> D[HTML Generator]
C --> E[Traceability Index]
D --> E
WF-004
graph LR
subgraph "Employee"
A[Submit Request]
H[Receive Approval]
end
subgraph "Manager"
B[Review Request]
C{Approve?}
end
subgraph "HR Department"
D[Verify Policy]
E[Process Request]
end
subgraph "Finance"
F[Check Budget]
G[Final Approval]
end
A --> B
B --> C
C -->|Yes| D
C -->|No| A
D --> E
E --> F
F --> G
G --> H
WF-007