@MadLittleMods Just checking: Has this ever worked? ```python md = markdown.Markdown(extensions=['iconfonts(prefix=mypref-)']) ``` Adding the `prefix=mypref-` raises an error with the latest version of markdown.
@MadLittleMods Just checking: Has this ever worked?
Adding the
prefix=mypref-raises an error with the latest version of markdown.