MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / get_separator

Method get_separator

markdown/extensions/footnotes.py:186–188  ·  view source on GitHub ↗

Get the footnote separator.

(self)

Source from the content-addressed store, hash-verified

184 self.footnote_order.append(id)
185
186 def get_separator(self) -> str:
187 """ Get the footnote separator. """
188 return self.getConfig("SEPARATOR")
189
190 def makeFootnoteId(self, id: str) -> str:
191 """ Return footnote link id. """

Callers 6

unique_refMethod · 0.95
makeFootnoteIdMethod · 0.95
makeFootnoteRefIdMethod · 0.95
add_duplicatesMethod · 0.80
get_num_duplicatesMethod · 0.80
order_by_idMethod · 0.80

Calls 1

getConfigMethod · 0.80

Tested by

no test coverage detected