sulguk icon indicating copy to clipboard operation
sulguk copied to clipboard

HTML to telegram entities converter

Results 6 sulguk issues
Sort by recently updated
recently updated
newest added

Creating a bot: ```python def bot(self) -> Bot: session: AiohttpSession = AiohttpSession( json_loads=mjson.decode, json_dumps=mjson.encode ) session.middleware(AiogramSulgukMiddleware()) session.middleware(RetryRequestMiddleware()) bot: Bot = Bot( token=self.settings.bot_token.get_secret_value(), session=session, default=DefaultBotProperties( parse_mode=SULGUK_PARSE_MODE ) ) return bot ```...

`Предложение:провести ....Обоснование:` this code generated by quilljs it show 1 empty string in browser but 3 in telegram chrome - ![изображение](https://github.com/Tishka17/sulguk/assets/93135385/8a703532-3c15-4ce2-b3d3-fa26111e43ca) tg - ![изображение](https://github.com/Tishka17/sulguk/assets/93135385/2fe1f64f-6d1c-491a-9ddf-21a019318fe8)

bug

Techincal: * [x] [html](https://www.w3schools.com/TAGS/tag_html.asp) * [x] [head](https://www.w3schools.com/TAGS/tag_head.asp) * [x] [link](https://www.w3schools.com/TAGS/tag_link.asp) * [x] [meta](https://www.w3schools.com/TAGS/tag_meta.asp) * [x] [noscript](https://www.w3schools.com/TAGS/tag_noscript.asp) * [x] [script](https://www.w3schools.com/TAGS/tag_script.asp) * [x] [style](https://www.w3schools.com/TAGS/tag_style.asp) * [x] [template](https://www.w3schools.com/TAGS/tag_template.asp) * [x] [title](https://www.w3schools.com/TAGS/tag_title.asp) * [...

It'd be nice to switch between: * ignore * treat as ``/`` * raise an error (current mode)

No goal to restore original html, but just something to be rendered in same way. Pretty print would be useful