@tinacms/mdx 1.3.0 → 1.3.1
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/dist/index.es.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -706,7 +706,7 @@ var handleDirective = function(patterns) {
|
|
|
706
706
|
value += tracker.move(containerFlow(shallow, state, tracker.current()));
|
|
707
707
|
}
|
|
708
708
|
value += tracker.move("\n" + sequence);
|
|
709
|
-
value += tracker.move("
|
|
709
|
+
value += tracker.move(" /" + patternName + " " + pattern.end);
|
|
710
710
|
}
|
|
711
711
|
exit2();
|
|
712
712
|
return value;
|
|
@@ -2077,7 +2077,7 @@ var directiveContainer = (pattern) => {
|
|
|
2077
2077
|
if (markdownSpace3(code)) {
|
|
2078
2078
|
return factorySpace3(effects2, closingSequenceNameStart, types3.whitespace);
|
|
2079
2079
|
}
|
|
2080
|
-
if (code === codes4.
|
|
2080
|
+
if (code === codes4.slash) {
|
|
2081
2081
|
effects2.consume(code);
|
|
2082
2082
|
return closingSequenceName;
|
|
2083
2083
|
}
|
package/dist/index.js
CHANGED
|
@@ -247463,7 +247463,7 @@ var handleDirective = function(patterns) {
|
|
|
247463
247463
|
value += tracker.move(containerFlow2(shallow, state, tracker.current()));
|
|
247464
247464
|
}
|
|
247465
247465
|
value += tracker.move("\n" + sequence);
|
|
247466
|
-
value += tracker.move("
|
|
247466
|
+
value += tracker.move(" /" + patternName + " " + pattern.end);
|
|
247467
247467
|
}
|
|
247468
247468
|
exit3();
|
|
247469
247469
|
return value;
|
|
@@ -250036,7 +250036,7 @@ var directiveContainer = (pattern) => {
|
|
|
250036
250036
|
if (markdownSpace(code3)) {
|
|
250037
250037
|
return factorySpace(effects2, closingSequenceNameStart, types2.whitespace);
|
|
250038
250038
|
}
|
|
250039
|
-
if (code3 === codes.
|
|
250039
|
+
if (code3 === codes.slash) {
|
|
250040
250040
|
effects2.consume(code3);
|
|
250041
250041
|
return closingSequenceName;
|
|
250042
250042
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/mdx",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"typings": "dist/index.d.ts",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tinacms/schema-tools": "1.3.
|
|
26
|
+
"@tinacms/schema-tools": "1.3.2",
|
|
27
27
|
"@types/mdast": "^3.0.10",
|
|
28
28
|
"@types/unist": "^2.0.6",
|
|
29
29
|
"acorn": "^8.7.1",
|