Get the footnote separator.
(self)
| 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. """ |
no test coverage detected