radiant-kramdown_filter-extension 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ end
4
4
  require 'kramdown'
5
5
 
6
6
  class KramdownFilterExtension < Radiant::Extension
7
- version "1.0.4"
7
+ version "1.0.5"
8
8
  description "kramdown is a fast pure-Ruby Markdown converter."
9
9
  url "http://github.com/johnmuhl/radiant-kramdown_filter-extension"
10
10
 
@@ -11,7 +11,6 @@ module Kramdown
11
11
  end
12
12
 
13
13
  class KramdownFilter < TextFilter
14
- unloadable
15
14
  description_file File.dirname(__FILE__) + "/../markdown.html"
16
15
  def filter(text)
17
16
  auto_ids = true if Radiant::Config['kramdown_auto_ids'] == 'true'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-kramdown_filter-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnmuhl