yard-relative_markdown_links 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/yard/relative_markdown_links.rb +1 -1
- data/lib/yard/relative_markdown_links/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 241fab84ccb581bb448a4982b49250ee49b522ea735f59a51b12075b62327951
|
4
|
+
data.tar.gz: 46c1e2924b1022be33a4285392a7919f2f50c9805b27af78de92899e73c1e1d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee7f97e58019d1cc899eca68bb052a8f7ed75b5dfdb70c67442a826a5d211ef89e1439d60750abd21df038f20079d606c14bf3b2c8029ed32cc1abf890b5ee58
|
7
|
+
data.tar.gz: 635a2aec1be2c4576d6a098aeb55f790070d4d32ef921b6ca9499ea893899179a5dcc0a5812581d49ccddc9467e6d8e442e937c9aa92ec2d5ae0fd90af4b9520
|
data/Gemfile.lock
CHANGED
@@ -9,7 +9,7 @@ module YARD # rubocop:disable Style/Documentation
|
|
9
9
|
# links between Markdown files that work in GitHub don't work in YARD.
|
10
10
|
# For example, if you have `[hello](FOO.md)` in your README, YARD renders it
|
11
11
|
# as `<a href="FOO.md">hello</a>`, creating a broken link in your docs.
|
12
|
-
|
12
|
+
#
|
13
13
|
# With this plugin enabled, you'll get `<a href="file.FOO.html">hello</a>`
|
14
14
|
# instead, which correctly links through to the rendered HTML file.
|
15
15
|
module RelativeMarkdownLinks
|