You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name:'testLarge',kind:'contract',skipGrammar:true},// Just to be double checked
73
+
{name:'testLarge',kind:'contract'},// Just to be double checked
74
74
{name:'testRepeat',kind:'clause'},
75
-
{name:'testMd1',kind:'clause',skipGrammar:true},// Need alternative versions of md.
76
-
{name:'testMd2',kind:'contract',skipGrammar:true},// Need alternative versions of md.
77
-
{name:'testMd3',kind:'contract',skipGrammar:true},// Need alternative versions of md.
78
-
{name:'testMd4',kind:'clause',skipGrammar:true},// Need alternative versions of md.
79
-
{name:'testMd5',kind:'clause',skipGrammar:true},// Need alternative versions of md.
80
-
{name:'testHeading',kind:'clause',skipGrammar:true},// Need alternative versions of md.
75
+
{name:'testMd1',kind:'clause'},
76
+
{name:'testMd2',kind:'contract'},
77
+
{name:'testMd3',kind:'contract'},
78
+
{name:'testMd4',kind:'clause'},
79
+
{name:'testMd5',kind:'clause'},
80
+
{name:'testHeading',kind:'clause'},
81
81
{name:'testUList',kind:'contract'},
82
82
{name:'testOList',kind:'contract'},
83
83
{name:'testOList2',kind:'contract'},
@@ -103,11 +103,11 @@ const successes = [
103
103
{name:'helloworld',kind:'clause'},
104
104
{name:'installment-sale',kind:'contract'},
105
105
{name:'interest-rate-swap',kind:'contract'},
106
-
{name:'ip-payment',kind:'clause',skipGrammar:true},// Issue #??? -- should be filed about ordered lists with a custom starting number (even on plain commonmark)
0 commit comments