MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / is_image_embed_line

Function is_image_embed_line

scripts/lint_note.py:822–824  ·  view source on GitHub ↗
(line: str)

Source from the content-addressed store, hash-verified

820
821
822def is_image_embed_line(line: str) -> bool:
823 stripped = line.strip()
824 return stripped.startswith("![[") or bool(MARKDOWN_IMAGE_EMBED_RE.match(stripped))
825
826
827def has_figure_marker(text: str) -> bool:

Callers 2

has_figure_markerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected