pandoc-markdown-jekyll-theme 0.9.7 → 0.9.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: 326c7721b152f9ce87fb5160ed82c2849fd3c60166e00a5302d450eeb6cbb03c
4
- data.tar.gz: c08c53c12668fc7dd007e354a9505788d0ddbee2f4047b9b74f35d071d0d4865
3
+ metadata.gz: 8766085fadcd7c55c6d69871eb4f370f0319a21183eeb7e283f1c955f2b75473
4
+ data.tar.gz: 065d3a2075abfb7c5886fc29280f6dda27c8cb3da65d172e1895849e7cefd500
5
5
  SHA512:
6
- metadata.gz: 48c7f643e608ca18cc09d1a0b478f88145f055687bfae44e5b36abcebb10fe7020915effcd1b91a23d4586450f03521fd2c62dfe2b7ddd8c6b8ad9b6bbb990ae
7
- data.tar.gz: 2f6de09023acf1fa21ceb452273694ae76929046ca7a16cc5dbd698d9d33ee929eb943168b1fa5b35b3681c57bfc5e89d1c5fb5fbcf886b01717506eb8af42d3
6
+ metadata.gz: ec11cd3469400a3b756cb3ef5a6c32e2b5430b15d3bc926875ab7438fa30ef6dadb6920755bae614ac57d62f3f6d52e4a35e14fbb0824ae51d6a4ebea7de4881
7
+ data.tar.gz: 95e64e8a889f1136ee5b9912d48e1139ca87b38558713d456ad464eaf586a92733932250a72318a290618a974d087263677ca739cd09fe133ab55701fdfff2ca
@@ -37,3 +37,9 @@ code span.an { color: #93a1a1; font-weight: normal; font-style: italic; } /* Ann
37
37
  code span.cv { color: #93a1a1; font-weight: normal; font-style: italic; } /* CommentVar */
38
38
  code span.in { color: #93a1a1; font-weight: normal; font-style: italic; } /* Information */
39
39
  a.sourceLine::before { text-decoration: none; }
40
+
41
+ /* pandoc diff mode */
42
+ code.diff span.kw { color: #b58900; font-weight: normal; font-style: normal; } /* --- lines */
43
+ code.diff span.dt { color: #268bd2; font-weight: normal; font-style: normal; } /* +++ lines, @@ ... @@ lines */
44
+ code.diff span.st { color: #dc322f; font-weight: normal; font-style: normal; } /* - lines */
45
+ code.diff span.va { color: #859900; font-weight: normal; font-style: normal; } /* + lines */
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.9.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Zimmerman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-17 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-pandoc
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubygems_version: 3.0.3
110
+ rubygems_version: 3.1.4
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: A Jekyll theme based on jez/pandoc-markdown-css-theme