I have a presentation slide in dynamics, and I want to insert it into the README.md page of the github repository. can this be done?
Here is my built-in script from speakerdeck
<script async class="speakerdeck-embed" data-id="3586d5e7f45ce6" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
README.md
### IntroductionThis is the introduction of the application ...### Slide<script async class="speakerdeck-embed" data-id="3586d6f45ce6" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
### Introduction
This is the introduction of the application ...
### Slide
<script async class="speakerdeck-embed" data-id="3586d6f45ce6" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
the slide does not appear in the README repo section.
No, you cannot, and you should not, mainly for security reasons.
GitHub does not allow the execution of an external script.
Mark this answer: Embed JavaScript in GitHub README.md
No, you cannot embed scripts inside a GitHub markdown.
XSS ( ), GitHub .
Unable to add scripts to markdown.The mark can only be used to format text and no more.
Here are the things to use:
You can still embed images as you see here in this answer. So, convert the slides to images and paste them
Source: https://habr.com/ru/post/1622618/More articles:How can I modulate a static HTML file? - javascriptRouting with angular js - javascriptLZ in a Decompress byte array in .NET? - memorystreamFirebase asks for non-calling block when no results - iosКак добавить счетчик, который покажет, сколько текстовых совпадений найдено - javascriptExtract the first Monday of each month - dateUsing scipy.integrate.complex_ode instead of scipy.integrate.ode - pythonAs the figure of the third Friday of the month in R - rEffect of using 100-character string as _Id column in Elastic Search - searchКак получить данные сеанса в поставщиках услуг в laravel? - phpAll Articles