Tishka17/sulguk

Typos in transformer.Transformer and entities.NewLine

Closed this issue · 0 comments

ovflw commented
elif tag in ("span",):
    entity = self._get_span(attrs)
elif tag in ("tg-spiler",):
    entity = Spoiler()
elif tag in ("p",):
    entity = Paragraph()

I guess it should be called tg-spoiler?