open-build-service icon indicating copy to clipboard operation
open-build-service copied to clipboard

Markdown support in request comments is incomplete

Open aspiers opened this issue 6 years ago • 1 comments

Issue Description

At least two types of Markdown markup are not correctly supported in comments on requests, despite the UI saying "Add new comment (markdown markup supported)". Maybe others too; I didn't test.

Expected Result

In comments on requests, all types of Markdown markup are fully supported, e.g.:

  • text prefixed with > should be rendered as a quote
  • text indented by four spaces should be rendered as monospace

If the UI claims that markdown is supported, it should not pick and choose selected aspects to support, but rather support them all. Or maybe it's just not supported at all here; I'm not sure.

How to Reproduce

  1. Go to a request with a comment
  2. Click the Reply button
  3. Post a comment with either > or 4 column indentation
  4. Note the plain text rendering

Further Information

  • Example of issue: https://build.opensuse.org/request/show/718975#comment-1026517

aspiers avatar Aug 08 '19 09:08 aspiers

Thanks @aspiers for submitting this!

danidoni avatar Aug 09 '19 08:08 danidoni