Updated prism

This commit is contained in:
Eldad Fux
2020-01-21 19:28:06 +02:00
parent 6b07d9426c
commit e4d95249a6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ $graph = $this->getParam('graph', false);
<p>After adding your new website, install our JS SDK to integrate with your code and read our <a href="/docs/getting-started-for-web" target="_blank">getting started</a> tutorial.</p>
<div class="margin-bottom-no ide" data-lang="bash">
<div class="margin-bottom-no ide" data-lang="bash" data-lang-label="bash">
<pre class="line-numbers"><code class="prism language-bash" data-prism>npm install appwrite</code></pre>
</div>
</div>
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -16,7 +16,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
margin-bottom: 30px;
&[data-lang]::after {
content: attr(data-lang);
content: attr(data-lang-label);
display: inline-block;
background: #ffffff;
color: #000000;