asciidoctor-html 2.2.2 → 2.2.3

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: 441cec2a078bfdea23656bd645e8680d64c20df6cb04ba971da5e6a48a2801f8
4
- data.tar.gz: 382349d5fff33b50c8bb90e90943902d8d614132a0e172df3a296832acf9eaba
3
+ metadata.gz: 06dfe297502804b01e8309da580f03d4fe5925d1522fc069cc38f5ddcdaa5669
4
+ data.tar.gz: 346041ac175ec0f7bc33edfc26b35877dec185933f153fae16336342496e6ab0
5
5
  SHA512:
6
- metadata.gz: ee2824ce358b6e62ceea15d179bbb7bfec836d9680a9eef5f881fb7215668fd03235e492172d157f73ee7e4cb18ac09ff34e08e9a9515690ec4de0212a11a104
7
- data.tar.gz: e49e213ab6c1816ad18ac2d5e7210bda1eb7fc283da63127b8ceca2496b92a4eb5817843a89f4c2ab0d8b3811e43cf7a1f4aabd9484e37f58b91b90614ecd322
6
+ metadata.gz: 5e0ab5c53153c33a07cb7257abce5d8183c832583b56f516f041539318aba24b711b5d12337d21ece052df08ee97dd94eaf42720415f342081bd34270e7610e3
7
+ data.tar.gz: 988f7a4cbb69284cbaffc675a6790893b2709b83a9e36cb838fc13484b9a0408a56b5a38c0235b198061cdb15497eb874261f973d5b3f194f24ae50988edf73a
data/.rubocop.yml CHANGED
@@ -6,10 +6,10 @@ Metrics/AbcSize:
6
6
  Max: 70
7
7
 
8
8
  Metrics/CyclomaticComplexity:
9
- Max: 35
9
+ Max: 40
10
10
 
11
11
  Metrics/PerceivedComplexity:
12
- Max: 35
12
+ Max: 40
13
13
 
14
14
  Metrics/BlockNesting:
15
15
  Max: 5
data/CHANGELOG.md CHANGED
@@ -284,3 +284,7 @@
284
284
 
285
285
  - Implement presentation visibility roles.
286
286
  - Add pandoc process to setup script.
287
+
288
+ ## [2.2.3] - 2026-08-27
289
+
290
+ - Footnotes grouped by section and visible only in presentation and print modes.