jsarafajr / slackify-markdown

Convert markdown into Slack-specific markdown
MIT License
129 stars 25 forks source link

slackify image with no alt-title #3

Closed shlasouski closed 5 years ago

shlasouski commented 5 years ago

Before: ![](https://bitbucket.org/repo/123/images/logo.png) processed as <https://bitbucket.org/repo/123/images/logo.png|null> Now: <https://bitbucket.org/repo/123/images/logo.png>

codecov-io commented 5 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #3   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines          50     50           
  Branches        6      7    +1     
=====================================
  Hits           50     50
Impacted Files Coverage Δ
src/slackify.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 740d6bf...05b7cda. Read the comment docs.

jsarafajr commented 5 years ago

Published as v1.1.1.