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 47bb82b commit 959b208Copy full SHA for 959b208
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Unreleased
2
3
+## 1.3.0
4
+
5
+- Support embedding new iframes
6
+ - Google Drive
7
+ - StackBlitz
8
9
## 1.2.0
10
11
- Accept new codepen script url (public.codepenassets.com)
lib/qiita/markdown/version.rb
@@ -1,5 +1,5 @@
module Qiita
module Markdown
- VERSION = "1.2.0"
+ VERSION = "1.3.0"
end
0 commit comments