html-pipeline-linuxfr 0.14.29 → 0.14.30

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e3e1b0c52ffd7b9d6218d1a8fb56d57529b64d5
4
- data.tar.gz: da053a10f549a39976d060d2c11640169b2b2096
3
+ metadata.gz: d0ecee2fe6a7a66225554d09876e39be92a5a2fd
4
+ data.tar.gz: 1c61c555fc9fce98c01cc15b602b4ad3bb4f67b1
5
5
  SHA512:
6
- metadata.gz: 965ae8f5c0b2c83b47439fd4c6920a4eaac7ef364ff2ae6385f61df1bd1efb8324c0e3667799c753231d00a951dd32e3889a698e1db7e2e4d0389d0c82f5f918
7
- data.tar.gz: 398c23f2694f11047e1b7157eeb4974ca033a4511d5821fd0444e3668d186c93e8ea59e8aaff238ea8d387bf60277fa22767db6993dec7fb7d06d079989101e1
6
+ metadata.gz: badbf0441f06b0df2017f37953c17aad944a1b465771de180ead1c72bc91b67e20de4aa34c9ee4555e20cd578b0b41979f4c68d0afce45c213d821aea5e3b04a
7
+ data.tar.gz: 3bd70492e8503a8125702af6349b8be33bb46e5e4c70145afef66aec1dd6ca37a574ffbeac33a96de4b0e9ba7ff6e30af31280162198ab99867842eb0ead1daf
@@ -12,7 +12,7 @@ module HTML
12
12
  INLINE_SVGTEX = /(?<!\p{Word})\$([^$\n]+)\$(?!\p{Word})/
13
13
  INDENTED_CODE = /(\A|\n\r?\n)(((\t| {4}).*(\n|\Z))+)(\r?\n|\Z)/
14
14
  FENCED_CODE = /^``` ?(.*?)\r?\n(.+?)\r?\n```\r?$/m
15
- INLINE_CODE = /`(.*)`/
15
+ INLINE_CODE = /`([\`]*)`/
16
16
 
17
17
  def initialize(text, context = nil, result = nil)
18
18
  super text, context, result
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class Pipeline
3
- VERSION = "0.14.29"
3
+ VERSION = "0.14.30"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html-pipeline-linuxfr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.29
4
+ version: 0.14.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Tomayko
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-10-24 00:00:00.000000000 Z
13
+ date: 2017-11-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri