-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Implement real-time error reporting for Asciidoc files in the language server.
Details:
The server should parse the document and report issues via the notification.
Key validations to implement:
- Broken Links: Verify that files referenced in
include::[]andimage::[]directives actually exist. - Undefined Attributes: Detect usage of document attributes (e.g.,
{attribute-name}) that have not been defined. - Syntax Errors: Report malformed structures like tables or lists.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels