Skip to content

Fix inline comment images by removing wrapper #20890

What does this MR do?

  • Fixes the regression introduced by !4810 (merged) that caused inline images to break out into a new block.
  • Fixes the incorrect string interpolation usage in a test related to the image link filter that could have caused false positives.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Inline images were supported before !4810 (merged).

What are the relevant issue numbers?

Screenshots (if relevant)

Screen_Shot_2016-08-13_at_12.01.29_AM

Screen_Shot_2016-08-13_at_12.02.17_AM

Screen_Shot_2016-08-13_at_12.02.48_AM

Does this MR meet the acceptance criteria?

Closes #20890 (closed)

Merge request reports