Skip to content

Commit

Permalink
Fix markdown table rendering on Github site
Browse files Browse the repository at this point in the history
Switches the jekyll markdown rendering to GFM so the compatibility table displays correclty on Github sites.

Based on the suggestion from this issue: pages-themes/cayman#82

=========================
Testing Done: Ran jekyll server locally and observed the site rendering as expected.
  • Loading branch information
Doug Cook committed May 12, 2023
1 parent f1b391c commit 82a3f89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
title: vSphere Supervisor Services
description: vSphere with Tanzu | Supervisor Services
markdown: GFM

0 comments on commit 82a3f89

Please sign in to comment.