Skip to content

Commit bf1f018

Browse files
committed
Update link test to ignore failing links
1 parent 9126eae commit bf1f018

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ task :test do
1616
'https://twitter.com/datamorgan/status/1109518506125451264',
1717
'https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-',
1818
%r{https://dpaste.com/*},
19+
%r{https://hedgedoc.org/*},
20+
%r{https://docs.hedgedoc.org/*},
1921
%r{https://www.reddit.com/*}],
2022
:url_swap => { %r{https://www.markdownguide.org} => '' },
2123
:typhoeus => {

0 commit comments

Comments
 (0)