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 +4 -4
- data/lib/thredded/markdown_katex.rb +4 -2
- data/lib/thredded/markdown_katex/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8eff96fb38de6b5cef8ddd425842113b569d8688bc816f375a3f7876fd18e4d0
|
|
4
|
+
data.tar.gz: ab1536dcc1b7f7287c5f4d2726fde5e5627776c3b04d489626b9a225401f744b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
65
|
-
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2019-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: katex
|