From 119342b8c0d7c472bcdc854088b6374ecd16e853 Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Mon, 17 Aug 2026 17:04:36 -0400 Subject: [PATCH] ensure content is the same in mistune 3.x --- Makefile | 2 +- content/cookie_notice.md | 4 ++-- requirements-dev.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ca3fc30..ab31bb6 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,6 @@ push: venv .PHONY: clean clean: - rm -rf venv index.html + rm -rf venv *.html .SECONDARY: diff --git a/content/cookie_notice.md b/content/cookie_notice.md index 97efd98..183b10c 100644 --- a/content/cookie_notice.md +++ b/content/cookie_notice.md @@ -45,8 +45,8 @@ Below lists our **Cookie IDs** and **Purposes**: **How do I control Cookies?** -You may also refuse to accept cookies from our Services at any time by activatin - the setting on your browser which allows you to refuse cookies. Further +You may also refuse to accept cookies from our Services at any time by activating +the setting on your browser which allows you to refuse cookies. Further information about the procedure to follow in order to disable cookies can be found on your Internet browser provider’s website via your help screen. For additional guidance please visit the diff --git a/requirements-dev.txt b/requirements-dev.txt index 2348cce..6dced06 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -markdown-code-blocks>=3.0.0 +markdown-code-blocks>=3.0.0,<3.2 markdown-to-presentation>=0.0.12