Skip to content
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

Want to embed a video on YouTube in a docs/index_adoc #6

Open
kazurayam opened this issue Dec 19, 2022 · 0 comments
Open

Want to embed a video on YouTube in a docs/index_adoc #6

kazurayam opened this issue Dec 19, 2022 · 0 comments

Comments

@kazurayam
Copy link
Owner

kazurayam commented Dec 19, 2022

In https://github.com/kazurayam/inspectus4katalon-sample-project/blob/develop/docs/index-ja_.adoc, I wrote:

レポートの"CURA 2回目"の箇所をブラウザで開いて閲覧する様子を動画にしてみました。

<iframe width="560" height="315" src="https://www.youtube.com/embed/pxZRS5-rigM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

and processed it by

$ cd docs
$ ./indexconv.sh

Then I got a markdown file index-ja.md with a code fragment:

レポートの"CURA 2回目"の箇所をブラウザで開いて閲覧する様子を動画にしてみました。

&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/pxZRS5-rigM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen&gt;&lt;/iframe&gt;

This fragment in the md file does not work as <iframe> element, which is a link to a movie on YouTube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant