Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fastapi/fastapi
/ MarkdownLinkInfo
Class
MarkdownLinkInfo
scripts/doc_parsing_utils.py:49–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
49
class
MarkdownLinkInfo(TypedDict):
50
line_no: int
51
url: str
52
text: str
53
title: str | None
54
attributes: str | None
55
full_match: str
56
57
58
class
HTMLLinkAttribute(TypedDict):
Callers
1
extract_markdown_links
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected