jekyll-footnotes 0.5.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fdc7cd1b6a8b6e71b9b518f85c6ebaeb259177a
4
- data.tar.gz: d3192fca39810fc83e48b574a6372e79d116e8e0
3
+ metadata.gz: 1d50491e41f94d6ff66b345252df6a3d6cfd5ca1
4
+ data.tar.gz: db86041cc3d19b5e4060718339c6186c5cf15673
5
5
  SHA512:
6
- metadata.gz: e7c06341cca9d2253b06753dc75e2481c3b9213606fb21318be3b5b0b1eccbb3ddf92c7ec4fa6daa66b089887caebf264c37398f8eb49be395da5d839b9aa502
7
- data.tar.gz: bf6b51f0f1ce872c5dc5f50777495e4dd3505e3376c64866b03139255f1ff8eee45ad0318eb7b49e65bc7cbcc1c15b386000cb164188a5dece4c856e7caec899
6
+ metadata.gz: 83e20bdb557f484044395272ae1ad80ca6db5e95d687aeb4a1eb8360f92868b6d068a69210316c6d18febd8ca7a15bddf9efb9049bd8b7ad4c7d10406ebd2815
7
+ data.tar.gz: 4ab0ff63eb6d4f4df215b46e0f4dd4fa409e8ab956d888ae71e621a3db5b6b99c40be3984a4c29f86f59e75958e971ef05f212a103bb6e9892ae8fc11a20707b
data/README.md CHANGED
@@ -8,7 +8,8 @@ easy reading.
8
8
  ## Install
9
9
 
10
10
  * Include "jekyll-footnotes" in your Gemfile, or install the gem
11
- * Add "jekyll-footnotes to the plugins section of \_config.yml
11
+ * Add "jekyll/footnotes to the plugins section of \_config.yml *Note:
12
+ jekyll-footnotes won't work.* be sure to use the backslash.
12
13
 
13
14
  ## Automatic numbering
14
15
  hello{% fn %} world{% fn %}
@@ -33,7 +33,7 @@ module Jekyll
33
33
  end
34
34
  context.stack do
35
35
  body = super
36
- "<li id=\"fn:#{@id}\" class=\"footnotebody\"value=\"#{@id}\">#{body}<a href=\"#fn-back:#{@id}\" class=\"backlink\">⏎</a></li>"
36
+ "<li id=\"fn:#{@id}\" class=\"footnotebody\" value=\"#{@id}\">#{body}<a href=\"#fn-back:#{@id}\" class=\"backlink\">⏎</a></li>"
37
37
  end
38
38
  end
39
39
  end
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Footnotes
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-footnotes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Simioni