thredded-markdown_katex 0.4.1 → 0.4.2

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
  SHA256:
3
- metadata.gz: fa32235cb2282171c43c3c9133368bf0c352d69d5c7edacec92bf4815c3139d2
4
- data.tar.gz: bea6b8d143c0c16cd4e71d77e348a9d4f50e4dffd3f9d533d3006f76cdf40f96
3
+ metadata.gz: 8eff96fb38de6b5cef8ddd425842113b569d8688bc816f375a3f7876fd18e4d0
4
+ data.tar.gz: ab1536dcc1b7f7287c5f4d2726fde5e5627776c3b04d489626b9a225401f744b
5
5
  SHA512:
6
- metadata.gz: 91f44c95c607468461fb49372f63b81fd74e173283ffaa4612b49c6814c53ef0df67fc3190904810f30cb23ecb03ea54365384edd678ed7332f48f02cabf41b3
7
- data.tar.gz: 7b7d24de70e3be9228fbe3ad32902b1ee474769afb2a168c672852f8a2d0bed8851c07ecf537b86d97bb7b43d6f48ca176374591b4eeac0a7549a859cc932b5b
6
+ metadata.gz: 2c46ca5141ccabb2b42183da09bef2a961fa7b57f607df6776e7e524d9a87d82961997182433fe67248c613442a5347fe1141332635ec9bf16a0bea715d636f3
7
+ data.tar.gz: f4dadf38f5c1e0c013a9e0ca2d5786d04865e0a35c469d40fb9f58cc5a37c0a7414c7eb14bc15cc99e0cc7e6bd88d2df27636d1abc6caeef4f3def8ebce0736c
@@ -61,8 +61,10 @@ module Thredded
61
61
  Thredded::ContentFormatter.whitelist[:css] ||= {}
62
62
  Thredded::ContentFormatter.whitelist[:css][:properties] ||= []
63
63
  Thredded::ContentFormatter.whitelist[:css][:properties] += %w[
64
- background-color border-color color width min-width height min-height
65
- vertical-align padding-left margin-left margin-right font-size position left top
64
+ background-color border-color border-top-width border-right-width
65
+ border-bottom-width color width min-width height min-height
66
+ vertical-align padding-left margin-top margin-right margin-left
67
+ font-size position top left bottom
66
68
  ]
67
69
  end
68
70
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Thredded
4
4
  module MarkdownKatex
5
- VERSION = '0.4.1'
5
+ VERSION = '0.4.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thredded-markdown_katex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Mazovetskiy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-01 00:00:00.000000000 Z
11
+ date: 2019-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: katex