-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(slate) Add toMarkdownCicero convenience function to Slate transfo…
…rmer Signed-off-by: Jerome Simeon <[email protected]>
- Loading branch information
1 parent
a6d88fe
commit d8e6e84
Showing
4 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
packages/markdown-slate/test/data/ciceromark/acceptance.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Heading | ||
==== | ||
|
||
And below is a **clause**. | ||
|
||
{{#clause deliveryClause}} | ||
Acceptance of Delivery. | ||
---- | ||
|
||
"Party A" will be deemed to have completed its delivery obligations | ||
if in "Party B"'s opinion, the "Widgets" satisfies the | ||
Acceptance Criteria, and "Party B" notifies "Party A" in writing | ||
that it is accepting the "Widgets". | ||
|
||
Inspection and Notice. | ||
---- | ||
|
||
"Party B" will have 10 Business Days to inspect and | ||
evaluate the "Widgets" on the delivery date before notifying | ||
"Party A" that it is either accepting or rejecting the | ||
"Widgets". | ||
|
||
Acceptance Criteria. | ||
---- | ||
|
||
The "Acceptance Criteria" are the specifications the "Widgets" | ||
must meet for the "Party A" to comply with its requirements and | ||
obligations under this agreement, detailed in "Attachment X", attached | ||
to this agreement. | ||
{{/clause}} | ||
|
||
More text |