@diplodoc/cli-tests 5.37.0 → 5.38.0

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.
@@ -640,10 +640,7 @@ vcsPath: main.md
640
640
  || Option A |
641
641
  Some description of option A.
642
642
 
643
- <!-- source: _includes/cell-content.md -->
644
- Buy now at [our store](https://example.com/store).
645
- <!-- endsource: _includes/cell-content.md -->
646
- ||
643
+ Buy now at [our store](https://example.com/store).||
647
644
  || Option B | Plain text cell. ||
648
645
  |#
649
646
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli-tests",
3
- "version": "5.37.0",
3
+ "version": "5.38.0",
4
4
  "bin": {
5
5
  "diplodoc-cli-test": "bin.mjs"
6
6
  },