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

Update scripts.md #192

Merged
merged 1 commit into from
Nov 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions docs/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,20 @@ Example:
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">
The next version of DeepDive (v6.3.0) will allow embedding 3rd party scripts,
like the one that comes with this tweet for example.
📨 I’ve been using @ProtonMail and thought you might like it.
It’s a secure email service that protects your privacy.
Sign up with my referral link to get 1 month of premium features for free.
<a href="https://account.proton.me/refer-a-friend?referrer=XG0V6375XEEG">
https://account.proton.me/refer-a-friend?referrer=XG0V6375XEEG
</a>
</p>
&mdash; Florian Klampfer (@qwtel)
<a href="https://twitter.com/qwtel/status/871098943505039362">June 3, 2017</a>
&mdash; JV conseil (@JVconseil)
<a href="https://twitter.com/JVconseil/status/1654523745321598976">June 3, 2017</a>
</blockquote>
~~~

<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">The next version of DeepDive (v6.3.0) will allow embedding 3rd party scripts, like the one that comes with this tweet for example.</p>&mdash; Florian Klampfer (@qwtel) <a href="https://twitter.com/qwtel/status/871098943505039362">June 3, 2017</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">📨 I’ve been using @ProtonMail and thought you might like it. It’s a secure email service that protects your privacy. Sign up with my referral link to get 1 month of premium features for free. https://account.proton.me/refer-a-friend?referrer=XG0V6375XEEG</p>&mdash; JV conseil (@JVconseil) <a href="https://twitter.com/JVconseil/status/1654523745321598976">May 5, 2023</a></blockquote>

## Global scripts

Expand Down