jekyll-tabs 1.0.0 → 1.1.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 +4 -4
- data/README.md +5 -1
- data/lib/jekyll-tabs/version.rb +1 -1
- data/lib/jekyll-tabs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b542d01f26e5f9cc72769abff7065838da5c59b4aa4044d02abaa92c8a45ee44
|
4
|
+
data.tar.gz: 396d97d17d7e3ba0680a08dc6f43aa52c64ae06dbee1223fd37b685b910bce7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff42e2a0cb9ea91627c1979fa56ef54ab85492057d08350653ea52feabba4eb513519bb579deb0ad2395b0f49084283dacc445347363cfc7e2006b13d83d2ccf
|
7
|
+
data.tar.gz: 261a87fd226df8a5d644386e63ba61c430e9ae9ef0bd130ca8a96d194505062cb20f0dee9b4191fff7f4f5e7332e8e6cdb09c0d9219c9a90e03b0cc0f1cba9f7
|
data/README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
Jekyll Tabs
|
2
2
|
===========
|
3
3
|
|
4
|
-
This Jekyll plugin provides tags used to add tabs in your content.
|
4
|
+
This Jekyll plugin provides tags used to add tabs in your content. It is heavily inspired from https://github.com/clustergarage/jekyll-code-tabs.
|
5
|
+
* It works with multiple tab panels on the same page
|
6
|
+
* It does not require a specific javascript framework
|
5
7
|
|
6
8
|
Installation
|
7
9
|
------------
|
@@ -120,3 +122,5 @@ hello:
|
|
120
122
|
Here is the result:
|
121
123
|
|
122
124
|

|
125
|
+
|
126
|
+
Characters before the first space must be the same between tabs of the same scope (log and data-struct in this example). Every characters following will be displayed as the tab label.
|
data/lib/jekyll-tabs/version.rb
CHANGED
data/lib/jekyll-tabs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-tabs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Baptiste Bouchereau
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|