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

Provide an option to include third party libraries in the build and specify them in the document header #197

Open
dominicfollett opened this issue Sep 30, 2020 · 0 comments

Comments

@dominicfollett
Copy link
Contributor

I'm trying to use a well-established third party library for managing gifs in my presidium site. I have no option to include the library in the build ... this means that I need to make a request for it, but this is NOT allowed in the secure environment this documentation is published in.

Moreover, the only way for me to include the library is to paste this

<script src="https://unpkg.com/freezeframe/dist/freezeframe.min.js"></script>

in every markdown article, I need it in. I would like to be able to include this script tag only once. Preferably, I should have an option where I can append it to the document header.

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

No branches or pull requests

1 participant