Reply to [Update] Markdown Renderer is here! 😃
Let's check if code embeding is possible:
in a line: test
def test():
return "ok"
Great: ```python
works!
Reply to [Update] Markdown Renderer is here! 😃
Let's check if code embeding is possible:
in a line: test
def test():
return "ok"
Great: ```python
works!