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