Skip to content

Commit 73385bd

Browse files
committed
fix: comment fix
1 parent c6391ec commit 73385bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/qiita/markdown.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@
4545
require "qiita/markdown/processor"
4646
require "qiita/markdown/summary_processor"
4747
require "qiita/markdown/version"
48+
require "qiita/markdown/filters/google_drive_video"

lib/qiita/markdown/filters/google_drive_video.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def call
1717
%(<iframe src="#{embed_url}" width="640" height="480" frameborder="0" allowfullscreen="true"></iframe>)
1818
else
1919
Regexp.last_match[0]
20+
end
2021
end
2122
node.replace(html)
2223
end
@@ -36,4 +37,4 @@ def convert_to_embed_url(share_url)
3637
end
3738
end
3839
end
39-
end
40+
end

0 commit comments

Comments
 (0)