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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c0671026469134aa7f18902648e87a6292a1429775fe781461fce71771d9a63
4
- data.tar.gz: e7ef7b95f2934dd92d90291b792fceaf0fe951736083255143a468fd5fbf83ab
3
+ metadata.gz: 199cbebcfc7fb6fe922c1954d2294813aab37806a2ca017f77282b24bdcbe407
4
+ data.tar.gz: fcb579c3ce64f385eec38167d8cb3ca92d8cafdf815eac88ce2c85ee7441d0c6
5
5
  SHA512:
6
- metadata.gz: 22aa1374ab61abecfc81236f9c409088b313e956e6f597f84ff8a5a81c568f4e6e48bb5a235b49eef4903032c10bd75911e297227b9220fcd184949e2d231087
7
- data.tar.gz: 107fe0bc78215a87ca8f7e0b755cfe0e6c7737dbf7fdfaa63907fbb6edbf532c8d55f97c6c1c1d42d22a1f0d43d06077d141630db876518359362af0ac240d86
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
- ````markdown
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:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Stepper
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
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.0
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-17 00:00:00.000000000 Z
11
+ date: 2026-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll