Closed k0machi closed 4 months ago
There's a problem with rendering previous >
characters - converted to >
. Can we do something about it?
Maybe we could switch to markdown when using comments to improve the look?
There's a problem with rendering previous
>
characters - converted to>
. Can we do something about it? Maybe we could switch to markdown when using comments to improve the look?
it's to do with who does the sanitization - currently the comment is sanitized before saving by the backend, we could instead sanitize it on the frontend when it is retrieved (since frontend's markdown renderer already does sanitization, this should be simple)
There's a problem with rendering previous
>
characters - converted to>
. Can we do something about it? Maybe we could switch to markdown when using comments to improve the look?it's to do with who does the sanitization - currently the comment is sanitized before saving by the backend, we could instead sanitize it on the frontend when it is retrieved (since frontend's markdown renderer already does sanitization, this should be simple)
please add a task for it, so this issue does not vanish (or fix here if it is so simple).
There's a problem with rendering previous
>
characters - converted to>
. Can we do something about it? Maybe we could switch to markdown when using comments to improve the look?it's to do with who does the sanitization - currently the comment is sanitized before saving by the backend, we could instead sanitize it on the frontend when it is retrieved (since frontend's markdown renderer already does sanitization, this should be simple)
please add a task for it, so this issue does not vanish (or fix here if it is so simple).
Done in here, now the reply window will have <>
This commit adds functionality required to do replies inside notification viewer, skipping the need for going into the main source body and sending a comment there.
Fixes #203