From 72b8b18fb010b4efd1e4e0b5dfbc7f2a9bf4321b Mon Sep 17 00:00:00 2001 From: Vishrut Bezbarua Date: Sat, 21 Dec 2024 22:15:17 +0100 Subject: [PATCH] Update _config.yml --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6eca6a5..f2d3bf8 100644 --- a/_config.yml +++ b/_config.yml @@ -4,12 +4,11 @@ theme: jekyll-theme-minimal description: > A short description of your project -# Use Jekyll's built-in Kramdown engine, which can handle math +# Use Jekyll's built-in Kramdown engine to handle math. markdown: kramdown kramdown: input: GFM # GitHub Flavored Markdown math_engine: mathjax # Render math using MathJax math_engine_opts: - # Load MathJax from a CDN (JSDelivr, UNPKG, Cloudflare, etc.) server: "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"