Zeng1998

Results 119 comments of Zeng1998

![image](https://github.com/marktext/muya/assets/31177490/c88c00de-ef4e-42ee-b25f-189731f7619b) os: windows 11 chrome: 120.0.6099.225

Looks like ``` > quote > multiple lines ``` is parsed to ``` BLOCK_QUOTE(>) quote\n> multiple lines ``` and then the `quote\n> multiple lines` are passed to `buildMarkdownAnnotatedString` that keep...

``` BLOCK_QUOTE (>) PARAGRAPH (quote\n> multiple lines) TEXT (quote) EOL (\n) BLOCK_QUOTE (>) WHITE_SPACE ( ) TEXT (multiple lines) EOL (\n) ```

BTW. I have found that some options are unavailable now, like `codeBlockLineNumbers`, `preferLooseListItem`.

The current implementation treats the Admin role as essentially the same as the regular User role, both in the front-end and back-end code. Currently, there are three user roles: Host,...

> > The current implementation treats the Admin role as essentially the same as the regular User role, both in the front-end and back-end code. > > Currently, there are...

> > The current implementation treats the Admin role as essentially the same as the regular User role, both in the front-end and back-end code. > > Currently, there are...

Backup your database file so that your data is never lost. And please provide more context or logs.