Insignificant ones (e.g. around blocks) are removed when loading data.
The model contains normalised spaces. In the DOM, subsequent spaces must be rendered as ' ', but in the document model we keep normal spaces. The renderer takes care of the conversion, so the developer does not have to worry about them when changing the model.
We introduced the FocusTracker utility for managing focus state across the application.
(The previous post: News and Updates: October 4, 2016)
First of all, we released Iteration 3 – Third Developer Preview which features the list and link features.
After that, we began working on iteration 4.
So far, we have made good progress with a couple of things:
The first piece of the autoformat feature landed on master. You can now create headings and lists by simply typing Markdown-like formatting:
' '
, but in the document model we keep normal spaces. The renderer takes care of the conversion, so the developer does not have to worry about them when changing the model.FocusTracker
utility for managing focus state across the application.