dendron-jekyll 0.3.9 → 0.3.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dae2fdd6b9f10f480152bdaf68b033546933067051e5a1e6fdc4f8f25c70f761
4
- data.tar.gz: c6db5ca880a638df473ec1bdca696f2b4c2523472799b5e40f43a559fb5a5d33
3
+ metadata.gz: 313eb776f06001ad0314c2658876a8f8292ecf1076dbdda2b008dba00378a7df
4
+ data.tar.gz: 91b0e6aec4eebabf17952eb6716bdfa3cdc830b9f6aa71f4e707aae61a8910f6
5
5
  SHA512:
6
- metadata.gz: 533efc91832695aa378418874e90a355cf8503c70c1f96a93084b419bcf9b2def857a64eb2de0e688b72a26d1db5c01c9045d0b70f834f8800e8b7335304d004
7
- data.tar.gz: 8b7ac911a21e71ec12e37550f78d39b53cb1d296c96a90474e3b898c9a78ace8efca351a6a6194891076634f1e7ae056f57079f5e0664c46fd21e009def4a9c8
6
+ metadata.gz: 479914f3545101f640a8b17274ea61ad2abe016b3bf83551f2ebd28a10f596ae4ad5bedc7c9ee314823569eabec7fa1a5b22e20a474a13312b2b19a9cb74c343
7
+ data.tar.gz: '0396a9caaebbeaf72d4b6b8f437eb8c66900530b4be253e99ba3e853f6cb286302bb6bda2178ed09c0acb633f7c13b70095dccf53794e2ea467ceca0d0c4120e'
@@ -2,7 +2,7 @@
2
2
  {%- if tocNodes.size > 0 -%}
3
3
  <hr>
4
4
  <h2 class="text-delta">Table of contents</h2>
5
- {%- assign sorted_nodes = tocNodes | sort_natural:"title" -%}
5
+ {%- assign sorted_nodes = tocNodes | sort_natural:"nav_order" -%}
6
6
  <ul>
7
7
  {%- for tocNode in sorted_nodes -%}
8
8
  <li>
@@ -104,6 +104,12 @@ layout: table_wrappers
104
104
  <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
105
105
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
106
106
 
107
+ {% if site.enable_mathjax %}
108
+ <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
109
+ <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
110
+ {% endif %}
111
+
112
+
107
113
  <div class="alert alert-primary" role="alert">
108
114
  This page was generated from content adapted from the following <a href="#" data-html="true" data-toggle="popover" title="Attributions">sources</a>
109
115
  </a>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dendron-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Lin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-19 00:00:00.000000000 Z
11
+ date: 2020-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler