feat: add attach_markdown

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2026-01-30 18:03:44 +01:00
parent 6bc92ef59c
commit 1ce0790c0c
Signed by: kfickel
GPG key ID: A793722F9933C1A5
3 changed files with 80 additions and 3 deletions

View file

@ -20,8 +20,8 @@ def get_line_number(block_token: BlockToken) -> int:
def build_shard(
start_line,
end_line,
start_line: int,
end_line: int,
markers: list[str] = [],
tags: list[str] = [],
children: list[Shard] = [],