@diplodoc/transform 4.50.2 → 4.50.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/transform",
3
- "version": "4.50.2",
3
+ "version": "4.50.3",
4
4
  "description": "A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML",
5
5
  "keywords": [
6
6
  "markdown",
@@ -100,6 +100,7 @@
100
100
  svg {
101
101
  box-sizing: content-box;
102
102
  max-width: 100%;
103
+ max-height: fit-content;
103
104
  border: none;
104
105
  vertical-align: middle;
105
106