-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ドクセル埋め込み対応 #509
ドクセル埋め込み対応 #509
Conversation
@@ -8,6 +8,7 @@ span.embed-block { | |||
} | |||
.embed-slideshare, | |||
.embed-speakerdeck, | |||
.embed-docswell, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
padding-bottomハックで対応する(やや縦が長いスライドの吸収対応になる)
参考: #321 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
対応ありがとうございます!
コメントしましたので確認をお願いします!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
対応ありがとうございます!
1点だけ修正お願いします 🙏
describe('DocswellのスライドURLの場合', () => { | ||
test('Docswellのiframeを返すこと', () => { | ||
const html = markdownToHtml( | ||
'@[docswell](https://www.docswell.com/slide/LK7J5V/embed)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここがスライドのURLになっていないです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!直しました! 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございました!LGTM 🎉 🎉 🎉
📑 Summary
参考: #322
Resolves #321
📋 Tasks
プルリクエストを作成いただく際、お手数ですが以下の内容についてご確認をお願いします。
canary
ブランチに対するプルリクエストであるより詳しい内容は Pull Request Policy を参照してください。