We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d591fb commit 5fe045fCopy full SHA for 5fe045f
playground/next/index.html
@@ -81,6 +81,9 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
81
<i class="icon copy"></i>
82
</button>
83
</div>
84
+ <div class="ui warning message" v-show="permalinkURL.length > 2048">
85
+ This link is longer than 2kb, and may not work.
86
+ </div>
87
88
<button id="keyboard-shortcuts" class="ui icon button" data-position="left center">
89
<i class="icon keyboard"></i>
0 commit comments