mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-15 15:58:06 -07:00
22 lines
898 B
Diff
22 lines
898 B
Diff
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 <eroca@suse.de>
|
|
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:',
|
|
- '<p><img alt="\U0001f604" class="twemoji" src="https://twemoji.maxcdn.com/v/latest/svg/1f604.svg" title=":smile:" /></p>' # noqa: E501
|
|
+ '<p><img alt="\U0001f604" class="twemoji" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg/1f604.svg" title=":smile:" /></p>' # noqa: E501
|
|
)
|
|
|