From e7d3deb76edcacca80b984c5d195c2cb0b9d0798 Mon Sep 17 00:00:00 2001 From: Yan Maniez Date: Wed, 15 Aug 2018 01:56:57 +0200 Subject: [PATCH] Test alignement table --- AideDeJeu/AideDeJeu/MarkdownView/MarkdownView.cs | 7 +++++-- Data/background_devot_hd.md | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/AideDeJeu/AideDeJeu/MarkdownView/MarkdownView.cs b/AideDeJeu/AideDeJeu/MarkdownView/MarkdownView.cs index e74b0915..38a0ea8c 100644 --- a/AideDeJeu/AideDeJeu/MarkdownView/MarkdownView.cs +++ b/AideDeJeu/AideDeJeu/MarkdownView/MarkdownView.cs @@ -462,14 +462,17 @@ Margin = 1, Padding = 5, }; + var align = tableBlock.ColumnDefinitions[left].Alignment; + var layoutOptions = align != Markdig.Extensions.Tables.TableColumnAlign.Left ? LayoutOptions.CenterAndExpand : LayoutOptions.StartAndExpand; + var textAlignment = align != Markdig.Extensions.Tables.TableColumnAlign.Left ? TextAlignment.Center : TextAlignment.Start; var label = new Label { FormattedText = CreateFormatted(par.Inline, style.FontFamily, style.Attributes, style.ForegroundColor, style.BackgroundColor, style.FontSize), - HorizontalOptions = LayoutOptions.CenterAndExpand, + HorizontalOptions = layoutOptions, BackgroundColor = style.BackgroundColor, LineBreakMode = LineBreakMode.WordWrap, VerticalTextAlignment = TextAlignment.Center, - HorizontalTextAlignment = TextAlignment.Center, + HorizontalTextAlignment = textAlignment, }; frame.Content = label; AttachLinks(label); diff --git a/Data/background_devot_hd.md b/Data/background_devot_hd.md index 56c7e7bc..9e688e37 100644 --- a/Data/background_devot_hd.md +++ b/Data/background_devot_hd.md @@ -44,7 +44,7 @@ La personnalité des acolytes est façonnée par leurs expériences dans les tem - Source: (MDR p82) |d8|Trait de personnalité| -|---|---| +|---|:---| |1|J'ai élevé au rang d'idole un héros de ma foi
et je passe mon temps à parler de ses actions
comme autant d'exemples à suivre.| |2|Je suis capable de trouver un terrain d'entente
entre les pires ennemis, à avoir de l'empathie
pour eux et j'oeuvre en permanence pour la
paix.| |3|Chaque événement, chaque action, est un
présage à mes yeux. Les dieux tentent de nous
parler, il nous suffit d'écouter.|