GitbookIO / slate-edit-code

A Slate plugin for code block editing
https://gitbookio.github.io/slate-edit-code/
Apache License 2.0
43 stars 34 forks source link

Add schema rules #6

Closed Soreine closed 8 years ago

Soreine commented 8 years ago

This adds a two simple rules that help validate and normalize a State containing code blocks.

  1. Code blocks can only contain Text nodes as children.
  2. Code blocks never contains any Marks.