refactor: simplify telegram markdown rendering (#20)

This commit is contained in:
banteg
2026-01-02 04:36:05 +04:00
committed by GitHub
parent bd9387f7f0
commit b8455c8691
7 changed files with 360 additions and 303 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from takopi.markdown import render_markdown
from takopi.render import render_markdown
def test_render_markdown_basic_entities() -> None: