jekyll-latex-block 0.10.0.rc.1 → 0.10.0
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 +6 -5
- data/lib/jekyll/latex_block/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28823cf442fd6144d8b4938e0ffb02eee7b75be12a2bcc2080ad5dc7fd0c06bd
|
4
|
+
data.tar.gz: ce07f42cb7dba8e59d7610cefb279f5aaaafd2b04ff77c6f1264364ceb510c53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccc6340e3e80ef2d78223d4eace7a8d3d9d25972a6c5fc7695e03e11467deb8925492b939622e632a65acd5436b32fd22ac500c65aa03eb1aafb1b9c9f9b8a6e
|
7
|
+
data.tar.gz: ac19e1ad973c24b5ba3a9547e5ae03854c1e6dda821f748576e43f03a11480fc374d2ad062027836f9742639559ddeb6e58a6f3dab10b06d614ffb3ba4c8539c
|
data/README.md
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
[](https://depfu.com/github/t-richards/jekyll-latex-block?project=Bundler)
|
4
4
|
[](https://rubygems.org/gems/jekyll-latex-block)
|
5
5
|
|
6
|
-
Jekyll LaTeX Block is a plugin for Jekyll that uses [KaTeX][katex] to
|
7
|
-
LaTeX at build time, without the need for client-side JavaScript.
|
6
|
+
Jekyll LaTeX Block is a plugin for [Jekyll][jekyll] that uses [KaTeX][katex] to
|
7
|
+
render LaTeX at build time, without the need for client-side JavaScript.
|
8
8
|
|
9
9
|
## Requirements
|
10
10
|
|
@@ -17,7 +17,7 @@ Add this gem to your project's `gems.rb` or `Gemfile`:
|
|
17
17
|
|
18
18
|
```ruby
|
19
19
|
group :jekyll_plugins do
|
20
|
-
gem "jekyll-latex-block", "~> 0.10.0
|
20
|
+
gem "jekyll-latex-block", "~> 0.10.0"
|
21
21
|
end
|
22
22
|
```
|
23
23
|
|
@@ -55,7 +55,7 @@ client-side JavaScript.
|
|
55
55
|
Place the following stylesheet inside your `<head>` tag:
|
56
56
|
|
57
57
|
```html
|
58
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0
|
58
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css" integrity="sha384-9tPv11A+glH/on/wEu99NVwDPwkMQESOocs/ZGXPoIiLE8MU/qkqUcZ3zzL+6DuH" crossorigin="anonymous">
|
59
59
|
```
|
60
60
|
|
61
61
|
### Hard-mode CSS & Fonts Integration :warning:
|
@@ -90,6 +90,7 @@ https://github.com/t-richards/jekyll-latex.
|
|
90
90
|
The gem is available as open source under the terms of the [MIT License][mit-license].
|
91
91
|
|
92
92
|
[execjs]: https://github.com/rails/execjs
|
93
|
-
[
|
93
|
+
[jekyll]: https://jekyllrb.com
|
94
|
+
[katex]: https://katex.org
|
94
95
|
[mit-license]: https://opensource.org/licenses/MIT
|
95
96
|
[rendering-opts]: https://github.com/Khan/KaTeX#rendering-options
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-latex-block
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.0
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Richards
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-11-
|
11
|
+
date: 2018-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -152,9 +152,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
152
152
|
version: '0'
|
153
153
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
154
154
|
requirements:
|
155
|
-
- - "
|
155
|
+
- - ">="
|
156
156
|
- !ruby/object:Gem::Version
|
157
|
-
version:
|
157
|
+
version: '0'
|
158
158
|
requirements: []
|
159
159
|
rubyforge_project:
|
160
160
|
rubygems_version: 2.7.7
|