mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-04 06:17:28 +02:00
update table alignment in readme
This commit is contained in:
10
Readme.md
10
Readme.md
@@ -143,12 +143,12 @@ 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:
|
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** |
|
| **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`](./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-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! |
|
| [`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! |
|
||||||
| [`slate-react`](./packages/slate-react) | [](./packages/slate-react/package.json) | [](https://unpkg.com/slate-react/dist/slate-react.min.js) | React components for rendering Slate editors. |
|
| [`slate-react`](./packages/slate-react) | [](./packages/slate-react/package.json) | [](https://unpkg.com/slate-react/dist/slate-react.min.js) | React components for rendering Slate editors. |
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user