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

Method langPrefix

markdown_it/utils.py:157–159  ·  view source on GitHub ↗

CSS language prefix for fenced blocks.

(self)

Source from the content-addressed store, hash-verified

155
156 @property
157 def langPrefix(self) -> str:
158 """CSS language prefix for fenced blocks."""
159 return self._options["langPrefix"]
160
161 @langPrefix.setter
162 def langPrefix(self, value: str) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected