diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ContentPage.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ContentPage.xaml
index 5c128192d8..896efcc8b7 100644
--- a/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ContentPage.xaml
+++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ContentPage.xaml
@@ -55,7 +55,9 @@
+ Text="{x:Bind Body, Mode=OneWay}"
+ UseEmphasisExtras="True"
+ UsePipeTables="True" />
diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml
index d00d5320e0..a610e24726 100644
--- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml
+++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml
@@ -427,7 +427,9 @@
Margin="0,4,0,24"
Background="Transparent"
Config="{StaticResource DefaultMarkdownConfig}"
- Text="{x:Bind ViewModel.Details.Body, Mode=OneWay}" />
+ Text="{x:Bind ViewModel.Details.Body, Mode=OneWay}"
+ UseEmphasisExtras="True"
+ UsePipeTables="True" />
+
+
+| a |
+b |
+c |
+
+
+
+
+| 0 |
+1 |
+2 |
+
+
+| 3 |
+4 |
+5 |
+
+
+
+
+
## Advanced Markdown
+[Markdig - emphasis extensions](https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/EmphasisExtraSpecs.md)
+
Note: Some syntax which is not standard to native Markdown. They're extensions of the language.
### Strike-throughs