-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
tech-debtTechnical debt to be addressed laterTechnical debt to be addressed later
Description
Description
Technical debt from Issue #3 (AsciiDoc Parser): Some include-related features were deferred.
Remaining Features
1. Include Option leveloffset
- Syntax:
include::file.adoc[leveloffset=+1] - Adjusts heading levels of included file
- Example:
== Chapterbecomes=== Chapterwithleveloffset=+1
2. Include Option lines
- Syntax:
include::file.adoc[lines=5..10] - Includes only specific lines
- Variants:
lines=5..10,lines=5;7;9,lines=5..-1
3. Attribute Substitution in Include Paths (AC-ADOC-09)
- Syntax:
include::{includedir}/partial.adoc[] - Attributes like
{includedir}should be substituted in paths
Acceptance Criteria
- AC-ADOC-09: Attribute substitution in include paths works
-
leveloffsetoption is correctly applied -
linesoption filters correctly
References
- Issue AsciiDoc Parser: Core Implementation #3: AsciiDoc Parser Core Implementation
src/docs/spec/05_asciidoc_parser.adoc
Priority
Low - Base parser works without these features
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tech-debtTechnical debt to be addressed laterTechnical debt to be addressed later