Iced0368

Results 2 issues of Iced0368

**Describe the bug** When characters such as Chinese characters and Hangul are initially rendered, they are converted into invalid characters and entered in index.js. Therefore, a stream did not contain...

enhancement

As far as I know, pc.markdown get value as only string. So if i compile this code, ```python class State(pc.State): text: str = "**Bold Text**" def get_some_markdown_string_from_db(self): #Blah Blah self.text...

bug