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 +4 -4
- data/lib/jekyll-theme-endless/version.rb +1 -1
- data/pages_examples/showroom-asciidoc.adoc +3 -3
- 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: ebdd79de90b62aea8c8de9ec35173a94bb0001df6d4516157f6785f74641ec26
|
4
|
+
data.tar.gz: c16823d1d90b8bfe73ea1d4cf98fbe762d36b1938a34da5e1dfe5be36fc31ded
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39a42ad2dd62a1eb9f99370fed77767b7f5df848b7a5ecaaad79e9e625798f37bd07a126771d414d9e2d990a6368e8b85ae6facb9d93698ab64bc19f01bbc27a
|
7
|
+
data.tar.gz: 61ecb42a31ae5aca591ada4a4973f6f2b83d067e7e6e824fba0a5632ce9dc5809e0d563440c8fca9af354ed3cfcb8295b595e2226767d88f6354abdab49d6a80
|
@@ -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
|
-
|
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
|
-
|
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
|
-
|
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.
|
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-
|
10
|
+
date: 2025-06-14 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: jekyll-asciidoc
|