mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 03:12:14 +01:00
test: add integration tests
This commit is contained in:
7
test/integration/testdata/feature-rich-markdown/table.md
vendored
Normal file
7
test/integration/testdata/feature-rich-markdown/table.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
## This paragraph displays a table from a markdown file
|
||||
|
||||
| Tables | Are | Cool |
|
||||
| -------- | :-----------: | ----: |
|
||||
| col 1 is | left-aligned | $1600 |
|
||||
| col 2 is | centered | $12 |
|
||||
| col 3 is | right-aligned | $1 |
|
||||
Reference in New Issue
Block a user