Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/fixtures/Table.md')
-rw-r--r--cypress/fixtures/Table.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/cypress/fixtures/Table.md b/cypress/fixtures/Table.md
new file mode 100644
index 000000000..634544249
--- /dev/null
+++ b/cypress/fixtures/Table.md
@@ -0,0 +1,54 @@
+## Preserve Tables
+
+This is a table
+
+| Header | other Header |
+|--------|--------------|
+| Cell | other cell |
+| Cell | other cell |
+
+---
+
+This is a table
+
+| Header | other Header |
+|--------|--------------|
+| Cell | other cell |
+| Cell | other cell |
+
+## Create a table
+
+insertTable
+
+---
+
+| | | |
+|--|--|--|
+| | | |
+| | | |
+
+did insertTable
+
+## Create second tables
+
+| | | |
+|--|--|--|
+| | | |
+| | | |
+
+insertTable
+
+---
+
+| | | |
+|--|--|--|
+| | | |
+| | | |
+
+| | | |
+|--|--|--|
+| | | |
+| | | |
+
+did insertTable
+