1 Answers

I describe a possible implementation plan briefly.

  1. Query and return the image URL link at the Get /question/page API endpoint. Regular expressions can be used to match <img> tags.
  2. The frontend receives this data on the corresponding page and displays the image.