docwatch-bin 2.1.1 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3bda63b79dd113e5b7ec2d1ac65d7b2739038d91eca565e3550d5edd786beac9
4
- data.tar.gz: 471d2e6433a55da559f6d613dcd18e180291d0cdd2fea7222e4f2fa165aaa1fb
3
+ metadata.gz: 7d080fdfc0ad02761106b72d6b4ca20778d5832313000604ce2feed592d09fa1
4
+ data.tar.gz: 76fca373752f15ed733b0cf4088099515c1a3077b5c44dd7542e534540146664
5
5
  SHA512:
6
- metadata.gz: 985c8a306134d85d3502d341591b767bcab55c9ab66ead7711ed6b3fbd9fb7ab257616eff402b91110b46c701be4b02f3bc3366259c183dcf800e8897cd60ffb
7
- data.tar.gz: 7d567a78412f79971a78f91818133baa6df7a31c82d9f4bb325037350c1fed310f7085cdbd7aae957fa7d9760f2cc9e5bdb37bfa4601cd4cd4aa1e468111200e
6
+ metadata.gz: 61ad209a045668831b3f2fde78a49bc809c3b18b762f78ff157fc1e34a74e6af9ee16a9b78189df9d1d397a6901b3f05e88bc20c77163dda7a4ac9514994b08f
7
+ data.tar.gz: 4d4e22b25576a4d43eb87425788c3df3a8764a052116c460e4dbd382210a0118e7addf5974faf58221590a04e0136e8cf553bea3c2fd2dccbcf17f8cb4a8e7ee
@@ -13,7 +13,7 @@ module Docwatch
13
13
  frontmatter_yaml = ''
14
14
 
15
15
  lines.each do |line|
16
- if line.strip == '---'
16
+ if line.strip == '---' && !in_document
17
17
  in_frontmatter = !in_frontmatter
18
18
  in_document = true if !in_frontmatter
19
19
  elsif in_frontmatter
@@ -1,3 +1,3 @@
1
1
  module Docwatch
2
- VERSION = '2.1.1'
2
+ VERSION = '2.1.3'
3
3
  end
data/res/styles.css CHANGED
@@ -33,11 +33,16 @@ h1 {
33
33
  }
34
34
 
35
35
  h2 {
36
- font-size: 15px;
36
+ font-size: 18px;
37
+ }
38
+
39
+ h3 {
40
+ font-size: 16px;
37
41
  }
38
42
 
39
43
  h1,
40
44
  h2,
45
+ h3,
41
46
  p {
42
47
  margin: 1rem 0;
43
48
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docwatch-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - crdx
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-22 00:00:00.000000000 Z
11
+ date: 2022-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  - !ruby/object:Gem::Version
179
179
  version: '0'
180
180
  requirements: []
181
- rubygems_version: 3.3.23
181
+ rubygems_version: 3.3.25
182
182
  signing_key:
183
183
  specification_version: 4
184
184
  summary: Preview markdown documents in the browser with reload on change