Fix new lines in markdown

This commit is contained in:
Insality
2020-09-28 22:01:55 +03:00
parent e97b0d22c8
commit 67b43ca800
2 changed files with 8 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ druid.on_window_callback(event)
- **[Drag](https://github.com/Insality/druid/blob/master/docs_md/01-components.md#drag)** - System Druid component, handle drag input on node
**Druid** also provides next *extended* components:
***Note**: In future, to use extended components, you should register them first. It's required for make **Druid** modular - to exclude unused components from build*
- **[Checkbox](https://github.com/Insality/druid/blob/master/docs_md/01-components.md#checkbox)** - Checkbox component