mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
docs(README.md): change table example
This commit is contained in:
parent
1ebb08484d
commit
a3b5946ec9
|
@ -222,9 +222,10 @@ var defaultOptions = showdown.getDefaultOptions();
|
|||
* **tables**: (boolean) [default false] Enable support for tables syntax. Example:
|
||||
|
||||
```md
|
||||
| *foo* | **bar** | ~~baz~~ |
|
||||
| h1 | h2 | h3 |
|
||||
|:------|:-------:|--------:|
|
||||
| 100 | [a][1] | ![b][2] |
|
||||
| *foo* | **bar** | ~~baz~~ |
|
||||
```
|
||||
|
||||
See the wiki for more info
|
||||
|
|
Loading…
Reference in New Issue
Block a user