betabot 0.2.8 → 0.2.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +9 -6
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3de552b702e0e39231156c4c03f77b7901978431ca8931e5450c07ea46179e9d
4
- data.tar.gz: c2c9689d71efc31113a5134d04c4f70fbf8eadd83d31b0936aec53d366f57b88
3
+ metadata.gz: 233740083faf6f5f7453688b81773dbab58415e44c0e0e352a06efd7dd355a8e
4
+ data.tar.gz: 476452c4a914ff849758f7c1cbcff31f03d3ff5cbf3a64006c084eb4231b0cd1
5
5
  SHA512:
6
- metadata.gz: 250ac64b2f90f860a0086e53f2a3d607889aee583797d7c367e059a720a20ed25a9be701d72146d0dfd41aba0c7fdabfa11a1f6ef09e1c58ef411fa41f18e75e
7
- data.tar.gz: aad04c22735744f6a2dd2ae80bfd4fc8c91afee23991e5c840190f320510d697c7bd2bfc84d7aaa4ce5bca04f6fa89d186bb083601c3da3b30b2740e08faa9a1
6
+ metadata.gz: d12ae326b37509aebfcc50c1b088029617851329454372bf968269878bd621c99eda62bc725d54c4b76ca79423b40b987cb1094a3ff1c55c451fc12b8d0a4c31
7
+ data.tar.gz: 8fc6d95e6595e7825cd4c433006e4571a9d6b512cc073eb0ecafc8fa390a0bab9ccc328ef6567000a18de5652e25d3c4e802b5bc882cc205e56b75f788fc541a
@@ -6,12 +6,15 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
7
 
8
8
  <!-- Bootstrap CSS -->
9
- <script>
10
- MathJax = {
11
- tex: {
12
- inlineMath: [['$', '$'], ['\\(', '\\)']]
13
- }
14
- };
9
+ <script type="text/x-mathjax-config">
10
+ MathJax.Hub.Config({
11
+ tex2jax: {
12
+ inlineMath: [ ['$','$'], ["\\(","\\)"] ],
13
+ displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
14
+ processEscapes: true
15
+ },
16
+ "HTML-CSS": { availableFonts: ["TeX"] }
17
+ });
15
18
  </script>
16
19
  <script id="MathJax-script" async
17
20
  src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betabot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''