From 629cc01700d1631cac46e89655bd36a7a92008cb Mon Sep 17 00:00:00 2001 From: jj1802756 <127324843+jj1802756@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:49:07 +0000 Subject: [PATCH] Update _config.yml Updated true to false in parse_block_html statement and removed markdown --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 2fe69a5..9abfed0 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: Software Development Course Labs -markdown: kramdown +markdown: kramdown: - parse_block_html: true -google_analytics: \ No newline at end of file + parse_block_html: false +google_analytics: