MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / breaks

Method breaks

markdown_it/utils.py:148–150  ·  view source on GitHub ↗

Convert newlines in paragraphs into .

(self)

Source from the content-addressed store, hash-verified

146
147 @property
148 def breaks(self) -> bool:
149 """Convert newlines in paragraphs into <br>."""
150 return self._options["breaks"]
151
152 @breaks.setter
153 def breaks(self, value: bool) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected