Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cicero UI -> Web Components #428

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ref-web-components-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The Contract Editor component provides a rich-text content editor for contract t

The contract editor does not support templates which use the following CiceroMark features:

* Lists containing [nested lists](markup-commonmark.md#nested-lists)
* List blocks [list blocks](markup-commonmark.md#list-blocks)
* Lists containing [nested lists](markup-commonmark#nested-lists)
* Templates [list blocks](markup-blocks#list-blocks)

## Error Logger

Expand Down
4 changes: 2 additions & 2 deletions docs/started-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Accord Project is also developing tools to help with authoring, testing and runn

### User Interface Components

- [Markdown Editor](https://github.com/accordproject/markdown-editor): a general purpose react component for markdown rendering and editing
- [Cicero UI](https://github.com/accordproject/cicero-ui): a library of react components for visualizing, creating and editing Accord Project templates
- [Markdown Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-markdown-editor): a general purpose react component for markdown rendering and editing
- [Contract Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-contract-editor): a rich-text content editor for contract text with embedded clauses.

## Developers Resources

Expand Down