Skip to content

Commit

Permalink
Update README.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Jan 31, 2021
1 parent 3034806 commit eb43c47
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,12 @@ md.add(table)
| c | d |
```

| Argument | Type | Description | Default |
| ----------- | ----------------------- | -------------------------------------------------------------------------- | ------- |
| `data` | Iterable[Iterable[str]] | The body, one iterable per row, containig an interable of column contents. | |
| `header` | Iterable[str] | The column names. | |
| **RETURNS** | str | The table. | |
| Argument | Type | Description | Default |
| ----------- | ----------------------- | ------------------------------------------------------------------------------------ | ------- |
| `data` | Iterable[Iterable[str]] | The body, one iterable per row, containig an interable of column contents. | |
| `header` | Iterable[str] | The column names. | |
| `aligns` | Iterable[str] | Columns alignments in order. `"l"` (left, default), `"r"` (right) or `"c"` (center). | `None` |
| **RETURNS** | str | The table. | |

### <kbd>method</kbd> `MarkdownRenderer.title`

Expand Down Expand Up @@ -462,7 +463,7 @@ import spacy
| `lang` | str | Optional code language. | `""` |
| **RETURNS** | str | The rendered code block. | |

### <kbd>method</kbd> `MarkdownRenderer.code`, `MarkdownRenderer.bold`, `MarkdownRenderer.italic`, `MarkdownRenderer.code`
### <kbd>method</kbd> `MarkdownRenderer.code`, `MarkdownRenderer.bold`, `MarkdownRenderer.italic`

Create a Markdown-formatted text.

Expand Down

0 comments on commit eb43c47

Please sign in to comment.