https://bugs.gentoo.org/892263 https://github.com/facelessuser/mkdocs-material-extensions/pull/24 From 636048aa304f83fff67ab45dd41f4b09f5500e3a Mon Sep 17 00:00:00 2001 From: Elisei Roca Date: Tue, 24 Jan 2023 12:19:15 +0100 Subject: [PATCH] Update twemoji CDN in test pymdownx version 9.9.1 replaced the Tweemoji CDN See https://github.com/squidfunk/mkdocs-material/issues/4856 --- a/tests/extensions/test_emoji.py +++ b/tests/extensions/test_emoji.py @@ -46,5 +46,5 @@ def test_twemoji(self): self.check_markdown( ':smile:', - '

\U0001f604

' # noqa: E501 + '

\U0001f604

' # noqa: E501 )