jekyll-theme-chirpy 3.3.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/js-selector.html +3 -3
- data/_sass/jekyll-theme-chirpy.scss +1 -1
- data/assets/js/dist/categories.min.js +1 -1
- data/assets/js/dist/home.min.js +1 -1
- data/assets/js/dist/page.min.js +1 -1
- data/assets/js/dist/post.min.js +1 -1
- data/assets/js/dist/pvreport.min.js +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48154aef2c1cd8595d4ead04e7a9b8d33bbe3430d417dca087b9250faa4ee0b4
|
|
4
|
+
data.tar.gz: ffb31a5c34d28e29f51801abc2ed38e94d2213ff48fb7fb653f9070168b99fb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3cf3587c01b6d00fef61547e4653502354afe63637cf8eb6345b3ebdf8249ba3a096cfb02cccf350a8d6956003279bdf4bce56227287b98bc92c047e618adcfb
|
|
7
|
+
data.tar.gz: 6b7181ecd039e952966240a0ce48685bd4b791d161021cf783cd3ecb3fe566e4e220e198f4b74002f5f8b9d36aa081597891a2cf689b6f32616c6a62a28f2a6b
|
data/_includes/js-selector.html
CHANGED
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
{% if page.math %}
|
|
25
25
|
<!-- MathJax -->
|
|
26
26
|
<script>
|
|
27
|
-
|
|
27
|
+
/* see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options> */
|
|
28
28
|
MathJax = {
|
|
29
29
|
tex: {
|
|
30
|
-
inlineMath: [
|
|
30
|
+
inlineMath: [ /* start/end delimiter pairs for in-line math */
|
|
31
31
|
['$','$'],
|
|
32
32
|
['\\(','\\)']
|
|
33
33
|
],
|
|
34
|
-
displayMath: [
|
|
34
|
+
displayMath: [ /* start/end delimiter pairs for display math */
|
|
35
35
|
['$$', '$$'],
|
|
36
36
|
['\\[', '\\]']
|
|
37
37
|
]
|
data/assets/js/dist/home.min.js
CHANGED
data/assets/js/dist/page.min.js
CHANGED
data/assets/js/dist/post.min.js
CHANGED