1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 19:07:41 +01:00
Commit Graph

5291 Commits

Author SHA1 Message Date
squidfunk
f37702a8fb
Added major.minor and major tags to Docker image 2023-05-27 16:29:50 +02:00
squidfunk
f84725d4fc
Added tutorial on building custom social cards 2023-05-26 11:36:13 +02:00
squidfunk
df40f6ec92
Documentation 2023-05-23 17:42:25 +02:00
Kathi
ecef1bcf82
Merge pull request #5553 from squidfunk/docs/math
Update math documentation
2023-05-23 17:40:09 +02:00
katharinalisalin
71ad6f508a Improved math documentation 2023-05-23 17:30:23 +02:00
katharinalisalin
a154c64028 Merge branch 'master' into docs/math 2023-05-23 11:28:04 +02:00
Martin Donath
263a85dbf5
Merge pull request #5536 from pawamoy/patch-6
Strip tags of ToC item's aria label
2023-05-22 18:31:06 +02:00
Timothée Mazzucotelli
3f978d86f6 Strip tags of ToC item's aria label
Some plugins/extensions might use the data-toc-label attribute
of headings to set a particular string for the ToC item title.

While not explicitly documented as possible or allowed,
they might set some HTML code instead of text.
In this case, the aria label of Toc nav elements break the HTML
as they will contain unescaped double quotes.

To fix this, we use the `striptags` filter
to remove any tags from the aria label, keeping text only.
2023-05-22 18:27:28 +02:00
squidfunk
ac7b96fb3d
Updated dependencies 2023-05-22 11:27:18 +02:00
squidfunk
2cff287097
Updated Insiders changelog 2023-05-20 17:45:36 +02:00
squidfunk
962f64d995
Updated Insiders changelog 2023-05-20 17:23:53 +02:00
squidfunk
72e44d7331
Updated JSON schema 2023-05-20 11:01:27 +02:00
squidfunk
6248e6b860
Documentation 2023-05-20 10:57:22 +02:00
squidfunk
d30fa86338
Prepare 9.1.14 release 2023-05-20 10:39:56 +02:00
squidfunk
f951cff690
Updated translation template 2023-05-20 10:34:59 +02:00
squidfunk
168b8b8fda
Updated Armenian translations
Co-authored-by: cassmastern <49853998+cassmastern@users.noreply.github.com>
2023-05-20 10:31:50 +02:00
squidfunk
bf43e32e0b
Added WebKit to users 2023-05-17 11:03:30 +02:00
squidfunk
d10badb0b2
Updated Greek translations
Co-authored-by: geopolitis <2936134+geopolitis@users.noreply.github.com>
2023-05-17 10:37:42 +02:00
squidfunk
84122937a9
Updated Insiders changelog 2023-05-16 20:30:36 +02:00
squidfunk
7e6ee58da7
Prepare 9.1.13 release 2023-05-16 20:16:33 +02:00
Martin Donath
0f4aed3d57
Merge pull request #5518 from icebreakerone/master
Select the correct font variant where there are options in social plugin
2023-05-16 16:23:33 +02:00
Chris Pointon
fdf8362d50 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	src/plugins/social/plugin.py
2023-05-15 11:05:40 +01:00
squidfunk
facfa5c218
Updated dependencies 2023-05-14 21:22:26 +02:00
squidfunk
f77a452ab6
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-05-14 18:02:28 +02:00
squidfunk
ea49176816
Prepare 9.1.12+insiders-4.34.0 release 2023-05-14 18:02:18 +02:00
Martin Donath
93a63b84e7
Merge pull request #5463 from kamilkrzyskow/cache-methodology-fix-date
Update cache key creation to use date suffix
2023-05-14 13:08:11 +02:00
Anurag Dhadse
c1948b22ea moved katex documentation to math.md 2023-05-13 17:04:57 +05:30
squidfunk
ba5f249b33
Documentation 2023-05-12 21:57:50 +02:00
Kamil Krzyśków
811a0739b4 Update cache key creation to use date suffix 2023-05-12 20:51:30 +02:00
squidfunk
308afb9945
Adjusted documentation for light/dark images in custom color schemes 2023-05-12 16:51:42 +02:00
squidfunk
75ab4398b3
Formatting 2023-05-12 15:49:30 +02:00
squidfunk
1b0cc1cbc1
Formatting 2023-05-12 15:47:26 +02:00
squidfunk
b315401218
Updated Insiders changelog 2023-05-12 15:45:28 +02:00
squidfunk
14514a54c2
Prepare 9.1.12 release 2023-05-12 15:29:08 +02:00
squidfunk
01136b2fb9
Automatically pause media when content tabs are hidden 2023-05-12 15:12:40 +02:00
squidfunk
3520926284
Updated Bengali (Bangal) translations 2023-05-12 14:52:20 +02:00
Martin Donath
463616ed46
Merge pull request #5494 from Almas-Ali/master
Added missing bangla languages in bn.html.
2023-05-12 14:50:11 +02:00
squidfunk
736276c3c8
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-05-12 14:47:36 +02:00
squidfunk
68387a11dc
Fixed import source of tags compare function in documentation 2023-05-12 14:47:10 +02:00
Martin Donath
09ce35d0fa
Merge pull request #5504 from joshooaj/issue-5503
Update "Check Docker image" build step to handle upper case chars in repo names
2023-05-12 12:46:26 +02:00
Josh Hendricks
ec2b954f6c
fix: Handle upper case chars in repo name #5503
This resolves an error on the "Check Docker image" build step for any forks under GitHub users with an upper case character in their GitHub username.
2023-05-10 16:46:45 -07:00
squidfunk
8d2c5b5db4
Revert "Bumped required Python version to 3.8+"
This reverts commit 88515d26a1.
2023-05-10 09:33:50 +02:00
squidfunk
88515d26a1
Bumped required Python version to 3.8+ 2023-05-10 09:21:29 +02:00
Md. Almas Ali
9e886e159f Added missing bangla languages in bn.html. 2023-05-10 00:19:07 +06:00
squidfunk
1b3b8a719d
Updated Insiders changelog 2023-05-09 14:47:40 +02:00
squidfunk
608ac4d25b
Documentation 2023-05-09 10:00:30 +02:00
squidfunk
85de63f683
Updated changelog 2023-05-08 21:24:28 +02:00
squidfunk
c91174f238
Prepare 9.1.11 release 2023-05-08 21:23:06 +02:00
squidfunk
8b50290f5e
Fixed errors in deprecation path of social plugin settings 2023-05-08 21:01:01 +02:00
squidfunk
b0d59f2241
Documentation 2023-05-08 18:58:32 +02:00