feat: add attach_markdown
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
6bc92ef59c
commit
1ce0790c0c
3 changed files with 80 additions and 3 deletions
|
|
@ -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] = [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue