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