jekyll-theme-endless 0.21.0 → 0.21.1
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 +34 -33
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c1c7a839fe610b31bb919935df249af3e751d9156df0ff9f1a30da1cd4d0a15
|
4
|
+
data.tar.gz: 1f46a59790e4a4dede8c24de6cc71c473b9bf401afc73f9009625e4374900c16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d239cb6327f68f9c3c069bbd272c1b61ed9b7a5afca9b3f8d3e89cecb7d45fc70ead4c4a3467f9d00d1ea12597e4788a27ad51336a30eee4ba8de453593a5669
|
7
|
+
data.tar.gz: f3bf8b99218570321c9da9bbc6f4c90b87b61034f9610c5786233378f437f1712118602c881d207ab322a3b13ab0a8ff03ced4859038a7267696a75465a1cb87
|
@@ -1101,6 +1101,40 @@ eat -> sleep [color="blue" width=3.5] : belly full;
|
|
1101
1101
|
|
1102
1102
|
|
1103
1103
|
|
1104
|
+
[[barcodes]]
|
1105
|
+
=== QR codes and Barcodes
|
1106
|
+
|
1107
|
+
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].
|
1108
|
+
|
1109
|
+
==== Block version of QR Codes (PNG and SVG)
|
1110
|
+
|
1111
|
+
|
1112
|
+
// Barcode block
|
1113
|
+
.QR code in SVG format using a code block and a specified x-dimension (value of `7`).
|
1114
|
+
[qrcode, format="svg", xdim=7]
|
1115
|
+
....
|
1116
|
+
This QR code is generated with Asciidoctor Diagram and presented in SVG format using a barcode block.
|
1117
|
+
....
|
1118
|
+
|
1119
|
+
|
1120
|
+
// Barcode block macro
|
1121
|
+
.QR code in PNG format using a block macro and a specified x-dimension (value of `5`).
|
1122
|
+
qrcode::This QR code is generated with Asciidoctor Diagram and presented in PNG format using the barcode block macro.[format="png", xdim=5]
|
1123
|
+
|
1124
|
+
|
1125
|
+
|
1126
|
+
==== Inline version of Barcodes and QR codes (PNG)
|
1127
|
+
|
1128
|
+
* qrcode: qrcode:HelloWorld![png, xdim=4]
|
1129
|
+
* code128: code128:HelloWorld![png, height=40]
|
1130
|
+
|
1131
|
+
* ean13: ean13:870123456789[png, height=40, xdim=2]
|
1132
|
+
* upca: upca:00123456789[png, height=40, xdim=2]
|
1133
|
+
|
1134
|
+
|
1135
|
+
|
1136
|
+
|
1137
|
+
|
1104
1138
|
[[tikz]]
|
1105
1139
|
=== TikZ
|
1106
1140
|
https://github.com/pgf-tikz/pgf[TikZ] is a powerful and user-friendly syntax layer built upon the PGF (Portable Graphic Format) package for creating high-quality graphics programmatically within LaTeX documents.
|
@@ -1223,36 +1257,3 @@ https://github.com/pgf-tikz/pgf[TikZ] is a powerful and user-friendly syntax lay
|
|
1223
1257
|
....
|
1224
1258
|
|
1225
1259
|
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
[[barcodes]]
|
1230
|
-
=== QR codes and Barcodes
|
1231
|
-
|
1232
|
-
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].
|
1233
|
-
|
1234
|
-
==== Block version of QR Codes (PNG and SVG)
|
1235
|
-
|
1236
|
-
|
1237
|
-
// Barcode block
|
1238
|
-
.QR code in SVG format using a code block and a specified x-dimension (value of `7`).
|
1239
|
-
[qrcode, format="svg", xdim=7]
|
1240
|
-
....
|
1241
|
-
This QR code is generated with Asciidoctor Diagram and presented in SVG format using a barcode block.
|
1242
|
-
....
|
1243
|
-
|
1244
|
-
|
1245
|
-
// Barcode block macro
|
1246
|
-
.QR code in PNG format using a block macro and a specified x-dimension (value of `5`).
|
1247
|
-
qrcode::This QR code is generated with Asciidoctor Diagram and presented in PNG format using the barcode block macro.[format="png", xdim=5]
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
==== Inline version of Barcodes and QR codes (PNG)
|
1252
|
-
|
1253
|
-
* qrcode: qrcode:HelloWorld![png, xdim=4]
|
1254
|
-
* code128: code128:HelloWorld![png, height=40]
|
1255
|
-
|
1256
|
-
* ean13: ean13:870123456789[png, height=40, xdim=2]
|
1257
|
-
* upca: upca:00123456789[png, height=40, xdim=2]
|
1258
|
-
|