Mr.Ran

Results 2 issues of Mr.Ran

rails: 6.0 ruby: 2.7.2 bulk_insert: 1.8.1 used ```ruby WrittenPadQuestion.bulk_insert(.....) do |worker| ..... ..... ..... end ``` app/models/questions.rb xxxxs.rb: ```ruby belongs_to :original_question, optional: true has_many :question_tag_relations, dependent: :destroy has_many :tags, through:...

## Issue description The markdown image link cannot be rendered ``` test ![](https://s3.jpg.cm/2021/10/08/IvBcyS.jpg) ``` ## Expected or desired behavior ![image](https://user-images.githubusercontent.com/46048444/136497276-9f4f3bbd-90c0-48e6-9d2f-bd912c2c4160.png) I can render the image link in markdown normally in...