markdown_helper 0.2.0 → 0.2.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -2
- data/lib/markdown_helper/version.rb +1 -1
- data/readme_files/README.template.md +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95842873d7d0a15fbe01338a241d0e26e8426420
|
|
4
|
+
data.tar.gz: f507e95dfbd4cf7ab169d7551d0663e99da5410c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb20e2c5abb5e62e3a02af6286863af515ec2b095c45045445cb36704f61753884144a4ea17612045419fef0a9182436e0f11d2f140d128549f4751410df9715
|
|
7
|
+
data.tar.gz: 2e97cdc6a7e3389f8d4f84bda8ae2397885990ee5b8809062cfa30103d4ae6dbf28a3abcdecac7da3facd78969bb6345a218f814962f5d60e023d40127dc2324
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -4,14 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
Class <code>MarkdownHelper</code> supports:
|
|
6
6
|
|
|
7
|
-
* [File inclusion](#file-inclusion): to include
|
|
7
|
+
* [File inclusion](#file-inclusion): to include text from other files, as code-block or markdown.
|
|
8
8
|
* [Image path resolution](#image-path-resolution): to resolve relative image paths to absolute URL paths (so they work even in gem documentation).
|
|
9
9
|
|
|
10
10
|
Next feature:
|
|
11
11
|
|
|
12
12
|
* "Slide deck": to chain markdown pages into a series with next/prev navigation links.
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
## File Inclusion
|
|
16
15
|
|
|
17
16
|
<img src="https://raw.githubusercontent.com/BurdetteLamar/MarkdownHelper/master/images/include.png" alt="include_icon" width="50">
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Class <code>MarkdownHelper</code> supports:
|
|
6
6
|
|
|
7
|
-
* [File inclusion](#file-inclusion): to include
|
|
7
|
+
* [File inclusion](#file-inclusion): to include text from other files, as code-block or markdown.
|
|
8
8
|
* [Image path resolution](#image-path-resolution): to resolve relative image paths to absolute URL paths (so they work even in gem documentation).
|
|
9
9
|
|
|
10
10
|
Next feature:
|