mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-04 14:27:27 +02:00
update table alignment in readme
This commit is contained in:
@@ -144,7 +144,7 @@ If you're maintaining a translation, feel free to pull request it here!
|
||||
Slate's codebase is monorepo managed with [Lerna](https://lerna.js.org/). It consists of a handful of packages—although you won't always use all of them. They are:
|
||||
|
||||
| **Package** | **Version** | **Size** | **Description** |
|
||||
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
|
||||
| :-------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------- |
|
||||
| [`slate`](./packages/slate) | [](./packages/slate/package.json) | [](https://unpkg.com/slate/dist/slate.min.js) | Slate's core data model logic. |
|
||||
| [`slate-history`](./packages/slate-history) | [](./packages/slate-history/package.json) | [](https://unpkg.com/slate-history/dist/slate-history.min.js) | A plugin that adds undo/redo history to Slate. |
|
||||
| [`slate-hyperscript`](./packages/slate-hyperscript) | [](./packages/slate-hyperscript/package.json) | [](https://unpkg.com/slate-hyperscript/dist/slate-hyperscript.min.js) | A hyperscript tool to write JSX Slate documents! |
|
||||
|
Reference in New Issue
Block a user