We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
index-ja.md
レポートの"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>
This fragment in the md file does not work as <iframe> element, which is a link to a movie on YouTube
<iframe>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In https://github.com/kazurayam/inspectus4katalon-sample-project/blob/develop/docs/index-ja_.adoc, I wrote:
and processed it by
Then I got a markdown file
index-ja.md
with a code fragment:This fragment in the md file does not work as
<iframe>
element, which is a link to a movie on YouTubeThe text was updated successfully, but these errors were encountered: