jekyll-stepper 0.1.0 → 0.1.2
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 -2
- data/lib/jekyll-stepper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 199cbebcfc7fb6fe922c1954d2294813aab37806a2ca017f77282b24bdcbe407
|
|
4
|
+
data.tar.gz: fcb579c3ce64f385eec38167d8cb3ca92d8cafdf815eac88ce2c85ee7441d0c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2de3585d7e3efda10c30c071e654cf2f06c5c94bcf413a1f2c7436551d95e29143f62db8df38174ad6a3658c73b9f94723a9c2a3a92c6f2bdda7e35c0a2f494
|
|
7
|
+
data.tar.gz: 10c685350cf5230aa522346af30876c9ecd07ba0fe903304eb36d71956577fda434ac18eca520656ed1aa3d87535462463f9aaccf5f9ae70eda66f9b748e1c3b
|
data/README.md
CHANGED
|
@@ -27,7 +27,7 @@ plugins:
|
|
|
27
27
|
|
|
28
28
|
Use a fenced code block with `stepper` as the language identifier:
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
`````markdown
|
|
31
31
|
````stepper
|
|
32
32
|
# Step 1: First step title
|
|
33
33
|
|
|
@@ -45,7 +45,7 @@ Content for the second step, including code blocks:
|
|
|
45
45
|
|
|
46
46
|
More content here.
|
|
47
47
|
````
|
|
48
|
-
|
|
48
|
+
`````
|
|
49
49
|
|
|
50
50
|
### Syntax rules
|
|
51
51
|
|
|
@@ -55,6 +55,10 @@ More content here.
|
|
|
55
55
|
- A navigation bar with Previous/Next buttons is added automatically
|
|
56
56
|
- The first step is open by default
|
|
57
57
|
|
|
58
|
+
### Note for github-pages users
|
|
59
|
+
|
|
60
|
+
The `github-pages` gem enforces `safe: true` which blocks non-whitelisted plugins like `jekyll-stepper`. Do not use `github-pages` in your `Gemfile` — use `jekyll` directly instead (see the [theme documentation](https://simplonco.github.io/simplonline-ressources-jekyll-theme/) for a complete Gemfile example).
|
|
61
|
+
|
|
58
62
|
## Styling
|
|
59
63
|
|
|
60
64
|
The plugin generates HTML with these CSS classes:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-stepper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jean-Francois Morin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|