html-pipeline-linuxfr 0.14.17 → 0.14.18

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: 91758200c32929a358224d57f9b4c9a605828592
4
- data.tar.gz: e1bb9b7188af2ea0a82fbe87541370784187de92
3
+ metadata.gz: 65fad3f6747fbdf80edcbfb018768895b42c3683
4
+ data.tar.gz: af5042f8f981a3c0444ca5ffb82d48b7c1d3a222
5
5
  SHA512:
6
- metadata.gz: 800cd8164579dde57468761e943477199902941ba962bb5e1d5082c5c0835823c0099bde1ffeeaae876c4fec3edc368090d95d0c5d9697727f9b3b812cf40294
7
- data.tar.gz: 0b5b66aa3ebe6cf96e84c6393c74f68c7b0b6ef3523866743dd12cd7dc6348f23fb2bf9736b3834a85f8e24315c856444661433dfca92a55c44033a9e938b883
6
+ metadata.gz: b96d6992e0a45eb3d67a756664f1f8a670551c89d7c7c1faa202695432701ed08ff15a7f9ea947dafdbb0670aa4431adf42ca41992abd41528759f0d0ddb799a
7
+ data.tar.gz: f9b322cbc9382ed0fa94095d4686d1102efc1a61906f837afffe950f4054be1ea6f13d085e6c9e5118fbfb0f2f206518e9ee6248928c1c72528a4a4b1158d4d4
@@ -81,7 +81,7 @@ module HTML
81
81
  next unless eqn.sub!(/\A\{mathjax\} /, '')
82
82
  rsp = session.post(context[:svgtex_url], :q => eqn)
83
83
  if rsp.status == 200
84
- node.replace "<img class='mathjax' src='data:image/svg+xml;base64,#{Base64.encode64 rsp.body}' alt='#{CGI.escape_html eqn}' />"
84
+ node.replace "<img style='display: inline; max-height: 1em;' class='mathjax' src='data:image/svg+xml;base64,#{Base64.encode64 rsp.body}' alt='#{CGI.escape_html eqn}' />"
85
85
  else
86
86
  node.inner_text = eqn
87
87
  end
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class Pipeline
3
- VERSION = "0.14.17"
3
+ VERSION = "0.14.18"
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.17
4
+ version: 0.14.18
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: 2014-03-21 00:00:00.000000000 Z
13
+ date: 2014-03-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri