MCPcopy Index your code
hub / github.com/unclecode/crawl4ai / soft_br

Method soft_br

crawl4ai/html2text/__init__.py:750–753  ·  view source on GitHub ↗

Soft breaks

(self)

Source from the content-addressed store, hash-verified

748 self.p_p = 1 if self.single_line_break else 2
749
750 def soft_br(self) -> None:
751 "Soft breaks"
752 self.pbr()
753 self.br_toggle = " "
754
755 def o(
756 self, data: str, puredata: bool = False, force: Union[bool, str] = False

Callers 1

handle_tagMethod · 0.95

Calls 1

pbrMethod · 0.95

Tested by

no test coverage detected