Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'collections/linkedlist/index.html')
-rw-r--r--collections/linkedlist/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/collections/linkedlist/index.html b/collections/linkedlist/index.html
index 5743518..de7778b 100644
--- a/collections/linkedlist/index.html
+++ b/collections/linkedlist/index.html
@@ -730,6 +730,8 @@ public E peek() {
}
</code></pre>
</div>
+ <div class="article-footer">
+ </div>
</article>
<section id="comments">
</section>
@@ -831,6 +833,14 @@ public E peek() {
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_SVG"></script>
+<script type="text/x-mathjax-config">
+ MathJax.Hub.Config({
+ showMathMenu: false, //disables context menu
+ tex2jax: {
+ inlineMath: [ ['$','$'], ['\\(','\\)'] ]
+ }
+ });
+</script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')