MCPcopy Index your code
hub / github.com/Python-Markdown/markdown / get_separator

Method get_separator

markdown/extensions/footnotes.py:174–176  ·  view source on GitHub ↗

Get the footnote separator.

(self)

Source from the content-addressed store, hash-verified

172 self.footnote_order.append(id)
173
174 def get_separator(self) -> str:
175 """ Get the footnote separator. """
176 return self.getConfig("SEPARATOR")
177
178 def makeFootnoteId(self, id: str) -> str:
179 """ 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