@diplodoc/transform 4.63.1 → 4.63.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/transform",
3
- "version": "4.63.1",
3
+ "version": "4.63.2",
4
4
  "description": "A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML",
5
5
  "keywords": [
6
6
  "markdown",
@@ -286,7 +286,7 @@
286
286
  dt {
287
287
  margin-bottom: 5px;
288
288
  font-size: 1em;
289
- font-weight: 500;
289
+ font-weight: bold;
290
290
  }
291
291
 
292
292
  dd {