diff --git a/packages/markdown-html/src/__snapshots__/HtmlTransformer.test.js.snap b/packages/markdown-html/src/__snapshots__/HtmlTransformer.test.js.snap index 77d9c3bd..dbd8472f 100644 --- a/packages/markdown-html/src/__snapshots__/HtmlTransformer.test.js.snap +++ b/packages/markdown-html/src/__snapshots__/HtmlTransformer.test.js.snap @@ -969,9 +969,6 @@ Object { "whenFalse": "", "whenTrue": " except for Force Majeure cases,", }, - Object { - "$class": "org.accordproject.commonmark.Softbreak", - }, Object { "$class": "org.accordproject.ciceromark.Variable", "id": "seller", @@ -1093,8 +1090,7 @@ exports[`html converts latedelivery.md to html 2`] = `

And below is a clause.

Late Delivery and Penalty.

-

In case of delayed delivery except for Force Majeure cases, -\\"Dan\\" (the Seller) shall pay to \\"Steve\\" (the Buyer) for every 2 days +

In case of delayed delivery except for Force Majeure cases,\\"Dan\\" (the Seller) shall pay to \\"Steve\\" (the Buyer) for every 2 days of delay penalty amounting to 10.5% of the total value of the Equipment whose delivery has been delayed. Any fractional part of a days is to be considered a full days. The total amount of penalty shall not however, @@ -1170,9 +1166,6 @@ Object { "whenFalse": "", "whenTrue": " except for Force Majeure cases,", }, - Object { - "$class": "org.accordproject.commonmark.Softbreak", - }, Object { "$class": "org.accordproject.ciceromark.Variable", "id": "seller", @@ -1294,8 +1287,7 @@ exports[`html converts latedelivery-noforce.md to html 2`] = `

And below is a clause.

Late Delivery and Penalty.

-

In case of delayed delivery -\\"Dan\\" (the Seller) shall pay to \\"Steve\\" (the Buyer) for every 2 days +

In case of delayed delivery\\"Dan\\" (the Seller) shall pay to \\"Steve\\" (the Buyer) for every 2 days of delay penalty amounting to 10.5% of the total value of the Equipment whose delivery has been delayed. Any fractional part of a days is to be considered a full days. The total amount of penalty shall not however, diff --git a/packages/markdown-html/test/data/latedelivery-noforce.md b/packages/markdown-html/test/data/latedelivery-noforce.md index 9bb84442..2932230d 100644 --- a/packages/markdown-html/test/data/latedelivery-noforce.md +++ b/packages/markdown-html/test/data/latedelivery-noforce.md @@ -6,8 +6,7 @@ And below is a **clause**. Late Delivery and Penalty. ---- -In case of delayed delivery - (the Seller) shall pay to (the Buyer) for every +In case of delayed delivery (the Seller) shall pay to (the Buyer) for every of delay penalty amounting to % of the total value of the Equipment whose delivery has been delayed. Any fractional part of a is to be considered a full . The total amount of penalty shall not however, diff --git a/packages/markdown-html/test/data/latedelivery.md b/packages/markdown-html/test/data/latedelivery.md index 63fc35e3..93b4d2cb 100644 --- a/packages/markdown-html/test/data/latedelivery.md +++ b/packages/markdown-html/test/data/latedelivery.md @@ -6,8 +6,7 @@ And below is a **clause**. Late Delivery and Penalty. ---- -In case of delayed delivery - (the Seller) shall pay to (the Buyer) for every +In case of delayed delivery (the Seller) shall pay to (the Buyer) for every of delay penalty amounting to % of the total value of the Equipment whose delivery has been delayed. Any fractional part of a is to be considered a full . The total amount of penalty shall not however,