isodoc 3.6.7 → 3.6.8

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: eb5eaaa62e081fd25bff232ebc2a38ef74f3d73c4207da35cde420169fbfe0b1
4
- data.tar.gz: baa0b652f47d32440c93e1f0f823ef2ef734ec78bd351f3112d3e2fc14906c2c
3
+ metadata.gz: b07df77d0c450a6adddc1293862322163f6ffb3f246e9ac55d515819103d5be7
4
+ data.tar.gz: 8e947d47e803c897b4b8e48586a0ea7ed7a27ce12e45d20ee86994c1d9bd9787
5
5
  SHA512:
6
- metadata.gz: 711a67de087b11beb0fc089d21e9fe62694fbe5e0d8d1bbd6a37a7fb2b0546c7ba43a95da22cb5073ee4263bee4127e57b5455d7cf3c40c7a020f4a490936947
7
- data.tar.gz: 64d9a08ecd6e2355a738702b843d8873fcf66e191f359b1ef84eac09c57e9f136535f3edc685a96289339c021c743349d6550e9eac92d3417cb42d18d99851a4
6
+ metadata.gz: 7058ac04b39b7aa51defd038aa73ba5d8d77960de3e0c1bc6825463537b30d98478370aae77a1c40e21442c34c5a8ddd2171ef63c63cfcd0d22058e9cb11766a
7
+ data.tar.gz: 775e805c7175a849175f5970971d635c1a8b6973e15e2db09110dd3b9c5efec33f0fd1bc6c73b1cb20624f1fa0dc3d6f7e666dd4fa145644fa966fe9252c0d1c
@@ -68,12 +68,13 @@ module IsoDoc
68
68
 
69
69
  # metanorma/metanorma-pdfa#33: a custom @class is ADDITIVE -- it augments
70
70
  # the computed base class (MsoISOTable, or "plain" under %plain) rather
71
- # than replacing it, and is orthogonal to bordering. `modspec` and the
72
- # sourcecode line-numbering `rouge-line-table` stay grandfathered internal
73
- # values with replace semantics (mutually exclusive with MsoISOTable).
71
+ # than replacing it, and is orthogonal to bordering. `modspec`, the
72
+ # sourcecode line-numbering `rouge-line-table`, and `dl` (a definition list
73
+ # rendered as a table) stay grandfathered internal values with replace
74
+ # semantics (mutually exclusive with MsoISOTable).
74
75
  def table_html_class(node, custom)
75
76
  node["plain"] == "true" and return ["plain", custom].compact.join(" ")
76
- %w(modspec rouge-line-table).include?(custom) and return custom
77
+ %w(modspec rouge-line-table dl).include?(custom) and return custom
77
78
  ["MsoISOTable", custom].compact.join(" ")
78
79
  end
79
80
 
@@ -1,3 +1,3 @@
1
1
  module IsoDoc
2
- VERSION = "3.6.7".freeze
2
+ VERSION = "3.6.8".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isodoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.7
4
+ version: 3.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.