Open shlag3n opened 1 year ago
Fix fix_inline_img method as it'll set src empty if no matches. e.g by using gsub instead of gsub!
src
gsub
gsub!
Note: Also it'd be great to understand if we need that method or not and if we do add some explanation why.
Fix fix_inline_img method as it'll set
src
empty if no matches. e.g by usinggsub
instead ofgsub!
Note: Also it'd be great to understand if we need that method or not and if we do add some explanation why.