MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / handleMatch

Method handleMatch

markdown/inlinepatterns.py:216–220  ·  view source on GitHub ↗
(self, m)

Source from the content-addressed store, hash-verified

214class HtmlPattern (Pattern):
215 """ Store raw inline html and return a placeholder. """
216 def handleMatch (self, m):
217 rawhtml = m.group(2)
218 inline = True
219 place_holder = self.markdown.htmlStash.store(rawhtml)
220 return place_holder
221
222
223class LinkPattern (Pattern):

Callers

nothing calls this directly

Calls 1

storeMethod · 0.80

Tested by

no test coverage detected