Zeng1998
Zeng1998
 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...
Could you reproduce it on the demo site?
Backup your database file so that your data is never lost. And please provide more context or logs.