From f35b0bcc0e2108657dcafa608a443358eecb778d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Feb 2015 12:15:28 +1300 Subject: [PATCH] Fixed table markdown --- docs/en/index.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/en/index.md b/docs/en/index.md index eb98083..100140a 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -262,19 +262,20 @@ Caution: There is no versioning for translation groups, meaning associating an object with a group will affect both stage and live records. SiteTree database table (abbreviated) - | ID | URLSegment | Title | Locale | - | -- | ---------- | ----- | ------ | - | 1 | about-us | About us | en_US | - | 2 | ueber-uns | Über uns | de_DE | - | 3 | contact | Contact | en_US | + +| ID | URLSegment | Title | Locale | +| -- | ---------- | --------- | ------ | +| 1 | about-us | About us | en_US | +| 2 | ueber-uns | Über uns | de_DE | +| 3 | contact | Contact | en_US | SiteTree_translationgroups database table - | TranslationGroupID | OriginalID | - | ------------------ | ---------- | - | 99 | 1 | - | 99 | 2 | - | 199 | 3 | +| TranslationGroupID | OriginalID | +| ------------------ | ---------- | +| 99 | 1 | +| 99 | 2 | +| 199 | 3 | ### CharacterSets