makers-mark 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/makers-mark/generator.rb +1 -1
  2. metadata +1 -1
@@ -38,7 +38,7 @@ module MakersMark
38
38
  logger.info "WRITING!"
39
39
  t = BlueCloth.new(@markdown.dup).to_html
40
40
  t.gsub!(/^(?:<p>)?@@@(?:<\/p>)?$/, '</div>')
41
- t.gsub!(/^(?:<p>)?@@@\s*(\w+)(?:<\/p>)?$/, '<div class="code" rel="\1">')
41
+ t.gsub!(/^(?:<p>)?@@@\s*([\w\+]+)(?:<\/p>)?$/, '<div class="code" rel="\1">')
42
42
  t
43
43
  end
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makers-mark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Nakajima