Skip to content

Commit

Permalink
Corrected README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
phuel committed May 16, 2021
1 parent 9807a1d commit c52293a
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 @@ -116,24 +116,25 @@ for example, `|_ = _|`. To align in the middle of the cell, include at least
one `-` character in the marker row. Including more than one of `^`, `-` and `=`
in a marker raises a `ValueError` exception.

Vertical alignment codes:
* `^` sets an alignmen to the top
* `-` sets middle alignment (new with `tables_extended`)
* `=` sets bottom aligment

Note: If this extension finds a cell with at least two underscores and no other
characters other than spaces, `^` or `=`, it assumes it's a row span marker and
attempts to process it. If you need a cell that looks like a marker (generally
one with only underscores in it), add the text `` as well---this extension
won't process it as a row span marker and Markdown will change the `` to a
space.

* `^` sets an alignmen to the top
* `-` sets middle alignment (new with `tables_extended`)
* `=` sets bottom aligment



## Installation

Either clone this repository or download the released package from github and unpack it.

In the directory `tables_extended` can be installed using `install.sh`, which installs the package using `pip`:
Change into the new directory. `tables_extended` can now be installed using `install.sh`,
which installs the package using `pip`:
```bash
pip install .
```
Expand Down

0 comments on commit c52293a

Please sign in to comment.