jekyll-mathjax-csp 1.0.0 → 1.0.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/README.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a209927389b8fd66901413a3907eda9057ff75f
|
|
4
|
+
data.tar.gz: 72eec20294560139f603f5106c19b268beb1e6e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af53f268eadd71c200fa84cea3660ee40de1a2f429925f0712fd44982ecaebfac227dd94af744be591fdb645ad8fe5a24e094eb914658a7b6a918282062a2389
|
|
7
|
+
data.tar.gz: e50d77381ed408af3a8419518d119f0953a89b98a8cfa7ed2a2ba19599bf9fefff567add1d9716f4efde77c0e747eb7f4b88af44c290e5b20470eb4b03528781
|
data/README.md
CHANGED
|
@@ -33,7 +33,7 @@ The plugin runs the output of Jekyll's markdown parser [kramdown](http://kramdow
|
|
|
33
33
|
- package-lock.json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
4. Add the `{%
|
|
36
|
+
4. Add the `{% mathjax_csp_sources %}` Liquid tag where you want the CSP `'sha256-...'` hashes for `<style>` elements to be emitted. Don't forget to add the YAML front matter (two lines of `---`) to such files. If you specify your CSP in a different way, add the `style-src` sources the plugins prints to the console during build.
|
|
37
37
|
|
|
38
38
|
5. Include beautiful math in your posts!
|
|
39
39
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-mathjax-csp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fabian Henneke
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '3.0'
|
|
41
41
|
description: Server-side MathJax rendering for Jekyll with a strict CSP
|
|
42
|
-
email:
|
|
42
|
+
email: fabian@henneke.me
|
|
43
43
|
executables: []
|
|
44
44
|
extensions: []
|
|
45
45
|
extra_rdoc_files:
|