jekyll-mentions 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jekyll-mentions.rb +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: 3e7b44ab3e7248886d0a924f8e03adee5a647713
|
4
|
+
data.tar.gz: 2d6d4db9060e56658cf7d15882919bff159ee915
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e521ace580a83a8b5da8c74736622e451a83fb500d5a00e503f53cf9f137395303def80dc731e31426619e650eca261c37dd481dace7fd9070ad5a6dd96045a3
|
7
|
+
data.tar.gz: 10ef062993b7faec61ae219d49007b64ee45aa9e42a2e8645501e0d694d8162cde9bf5503372c28c1b649414fd392b42b2d8b2fe4c92c9761c2ecf13b4923f58
|
data/lib/jekyll-mentions.rb
CHANGED
@@ -14,7 +14,7 @@ module Jekyll
|
|
14
14
|
|
15
15
|
def mentionify(page)
|
16
16
|
filter = HTML::Pipeline::MentionFilter.new("<#{TAG}>#{page.content}</#{TAG}>", { :base_url => URL })
|
17
|
-
page.content = filter.call.search(TAG).children.
|
17
|
+
page.content = filter.call.search(TAG).children.to_xml
|
18
18
|
end
|
19
19
|
|
20
20
|
end
|