pandoc-markdown-jekyll-theme 0.14.0 → 0.16.0

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: 9f48804b2e2e9e32ea297c3eba934d6d32fa8cef8e9dcfcf4f750253bb8c8ad8
4
- data.tar.gz: 014e6a472231638a4d6bfd489ecc0a59abc2c8ff6e0fbf3446ce2cc9c899edf4
3
+ metadata.gz: 98baa39b8f49cae59e4e11b367641634a33c84c7d1d90861d76020957270ad1a
4
+ data.tar.gz: 85660e4a5eb2f9d6393e7ac71ee2f6d0613ee41e67501d8f53d09626ff8fb56a
5
5
  SHA512:
6
- metadata.gz: 90997c4de5994873392b66d88e4931477e4c89574a324e5cf18004f5ddc2f50ae721505e94571d7f99d091b0eb820cf9f202af760d796c018c9ea820465d0f1b
7
- data.tar.gz: 68655f46209c03dc09e24f6a10ae2e9ce2b374634b8d9b879f8b5f80d77d47147249278b478e3e3a8c122ee7a983f1d9ad8ab0ef8a0ca1129950295617a44c32
6
+ metadata.gz: c7dd503985f7ea7e230cd87aa068dcbe87c25967683761b1485a3c5cddb4725e1b19e81308f580f6bd6475a4a77dd0668f9f40c431c58408b1c895699079ebb0
7
+ data.tar.gz: 7457f7e18541d5872ba6d99b35df43d7d155fb8bf125e8f373fbf02123d284c40cdaff0a19e1bc761a5514b2c7e2978f0d729b14ec4b41105501e363ea4456d8
data/_includes/head.html CHANGED
@@ -6,7 +6,12 @@
6
6
  {% elsif site.author -%}
7
7
  <meta name="author" content="{{ site.author }}">
8
8
  {% endif -%}
9
- {% if page.date -%}
9
+ {% comment %}
10
+ Jekyll assigns a date to all pages (not just posts). For pages/collections/etc. that
11
+ don't have a date in the filename or a date in the front matter, it defaults to
12
+ site.time (a time representing when the jekyll build command was issued).
13
+ {% endcomment %}
14
+ {% if page.date != site.time -%}
10
15
  <meta name="dcterms.date" content="{{ page.date }}">
11
16
  {% endif -%}
12
17
  {% if page.keywords -%}
@@ -14,7 +14,12 @@
14
14
  {% endif -%}
15
15
  </p>
16
16
  {% endif -%}
17
- {% if page.date -%}
17
+ {% comment %}
18
+ Jekyll assigns a date to all pages (not just posts). For pages/collections/etc. that
19
+ don't have a date in the filename or a date in the front matter, it defaults to
20
+ site.time (a time representing when the jekyll build command was issued).
21
+ {% endcomment %}
22
+ {% if page.date != site.time -%}
18
23
  <p class="date before-toc"><time datetime="{{ page.date }}">{{ page.date | date: "%B %-d, %Y" }}</time></p>
19
24
  {% endif -%}
20
25
  </blockquote>
data/assets/css/theme.css CHANGED
@@ -737,6 +737,18 @@ table {
737
737
  background-color: var(--background-color);
738
738
  }
739
739
 
740
+ thead, tbody {
741
+ vertical-align: top;
742
+ }
743
+
744
+ td > *:first-child {
745
+ margin-top: 0;
746
+ }
747
+ td > *:last-child {
748
+ margin-bottom: 0;
749
+ }
750
+
751
+
740
752
  @media print {
741
753
  table {
742
754
  background-color: initial;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pandoc-markdown-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Zimmerman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2025-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-pandoc
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  - !ruby/object:Gem::Version
172
172
  version: '0'
173
173
  requirements: []
174
- rubygems_version: 3.1.6
174
+ rubygems_version: 3.0.3.1
175
175
  signing_key:
176
176
  specification_version: 4
177
177
  summary: A Jekyll theme based on jez/pandoc-markdown-css-theme