Return an instance of the FootnoteExtension
(configs=[])
| 302 | return text.replace(NBSP_PLACEHOLDER, " ") |
| 303 | |
| 304 | def makeExtension(configs=[]): |
| 305 | """ Return an instance of the FootnoteExtension """ |
| 306 | return FootnoteExtension(configs=configs) |
| 307 |
nothing calls this directly
no test coverage detected