jekyll-theme-endless 0.18.1 → 0.18.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: bdc2e7fa0bbc121bd98c151ae080b61aa7d7d73859812642950e7e1d412732a6
4
- data.tar.gz: 2efbe54fb9b326749e2c87868700e37cc58d989945a2f560dc7ccb348929d808
3
+ metadata.gz: ebdd79de90b62aea8c8de9ec35173a94bb0001df6d4516157f6785f74641ec26
4
+ data.tar.gz: c16823d1d90b8bfe73ea1d4cf98fbe762d36b1938a34da5e1dfe5be36fc31ded
5
5
  SHA512:
6
- metadata.gz: a413c6f3fedbb0cb8280e83764c93d03a639e7aa08d4417625dcb9145e99127c7169b9348e276904935a468946a20ca4ed8d75544c8385f2d6ff7569778616a3
7
- data.tar.gz: f921a4f43e58ed38eb89ea3c19071819870d41328043e6aaacf5ac10dc96c3525a67285c6aff1ceecbed01fd2fe14efbd61976baf2fd85a04fc2b08757e92133
6
+ metadata.gz: 39a42ad2dd62a1eb9f99370fed77767b7f5df848b7a5ecaaad79e9e625798f37bd07a126771d414d9e2d990a6368e8b85ae6facb9d93698ab64bc19f01bbc27a
7
+ data.tar.gz: 61ecb42a31ae5aca591ada4a4973f6f2b83d067e7e6e824fba0a5632ce9dc5809e0d563440c8fca9af354ed3cfcb8295b595e2226767d88f6354abdab49d6a80
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Endless
3
- VERSION = '0.18.1'
3
+ VERSION = '0.18.2'
4
4
  end
5
5
  end
@@ -609,11 +609,11 @@ LilyPond is a music engraving program that enables users to create beautifully t
609
609
 
610
610
 
611
611
  [[barcodes]]
612
- == QR codes and Barcodes
612
+ === QR codes and Barcodes
613
613
 
614
614
  For details on how to use the QR code and barcode features, see the https://docs.asciidoctor.org/diagram-extension/latest/diagram_types/barcode/[Asciidoctor Diagram documentation on Barcodes and QR Codes].
615
615
 
616
- === Block version of QR Codes (PNG and SVG)
616
+ ==== Block version of QR Codes (PNG and SVG)
617
617
 
618
618
  // Barcode block
619
619
  .QR code in SVG format using a code block and a specified x-dimension (value of `7`).
@@ -628,7 +628,7 @@ qrcode::This QR code is generated with Asciidoctor Diagram and presented in PNG
628
628
 
629
629
 
630
630
 
631
- === Inline version of Barcodes and QR codes (PNG)
631
+ ==== Inline version of Barcodes and QR codes (PNG)
632
632
 
633
633
  * qrcode: qrcode:HelloWorld![png, xdim=4]
634
634
  * code128: code128:HelloWorld![png, height=40]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-endless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Boekhoff
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-06-13 00:00:00.000000000 Z
10
+ date: 2025-06-14 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: jekyll-asciidoc