We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6391ec commit 73385bdCopy full SHA for 73385bd
lib/qiita/markdown.rb
@@ -45,3 +45,4 @@
45
require "qiita/markdown/processor"
46
require "qiita/markdown/summary_processor"
47
require "qiita/markdown/version"
48
+require "qiita/markdown/filters/google_drive_video"
lib/qiita/markdown/filters/google_drive_video.rb
@@ -17,6 +17,7 @@ def call
17
%(<iframe src="#{embed_url}" width="640" height="480" frameborder="0" allowfullscreen="true"></iframe>)
18
else
19
Regexp.last_match[0]
20
+ end
21
end
22
node.replace(html)
23
@@ -36,4 +37,4 @@ def convert_to_embed_url(share_url)
36
37
38
39
-end
40
+end
0 commit comments