From c7537fb037b7bcbac8b73d0f7ace0173d72bd280 Mon Sep 17 00:00:00 2001 From: Team1 Date: Mon, 19 Jun 2023 17:59:44 +0000 Subject: [PATCH] Test commit --- Gemfile | 5 ++++- Gemfile.lock | 5 ++++- _config.yml | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9fd6aad..fda8755 100644 --- a/Gemfile +++ b/Gemfile @@ -30,5 +30,8 @@ gem "webrick" gem "rexml" -gem "kramdown", ">=1.3" +gem "kramdown", ">=1.3" + +gem "faraday-retry" + #gem "kramdown-parser-gfm" diff --git a/Gemfile.lock b/Gemfile.lock index 9e4d7c8..7a0ea0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,6 +35,8 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) + faraday-retry (2.2.0) + faraday (~> 2.0) ffi (1.15.5) forwardable-extended (2.6.0) front_matter_parser (0.1.1) @@ -270,6 +272,7 @@ PLATFORMS DEPENDENCIES eip_validator (>= 0.8.2) + faraday-retry github-pages (= 206) html-proofer (>= 3.3.1) jekyll-feed (~> 0.11) @@ -280,4 +283,4 @@ DEPENDENCIES webrick BUNDLED WITH - 2.4.9 + 2.4.8 diff --git a/_config.yml b/_config.yml index ecc32f3..ade7a15 100644 --- a/_config.yml +++ b/_config.yml @@ -35,9 +35,10 @@ highlighter: rouge markdown: kramdown theme: minima kramdown: - parse_block_html: false + math_engine: mathjax + parse_block_html: false # This is the default, but be explicit as some DCIPs depend on it - auto_ids: true + auto_ids: true # This is to ensure more determistic behaviour auto_id_stripping: true syntax_highlighter: rouge