1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00
Commit Graph

65 Commits

Author SHA1 Message Date
squidfunk
7f0d6e899d Removed pipdeptree dependency for info plugin 2023-01-02 18:30:47 +01:00
squidfunk
3b921f76a3 Updated copyright year 2023-01-02 11:08:58 +01:00
squidfunk
1b08038f86 Removed patch-level version spec where not necessary 2023-01-02 11:00:57 +01:00
squidfunk
081b63f0c1 Documentation 2023-01-01 19:08:42 +01:00
squidfunk
5ec4a45110 Added info plugin, a helper for creating bug reports 2022-12-18 15:41:18 +01:00
squidfunk
b550b1a532 Merged features tied to Carolina Reaper funding goal 2022-12-07 11:11:02 +01:00
squidfunk
68fcbe6f6f Merge branch 'master' into refactor/namespace-plugins 2022-11-12 13:19:07 +01:00
squidfunk
c6d804b0ea Updated extensions to 1.1 2022-10-22 10:59:42 +07:00
squidfunk
fee799a759 Added namespace to plugins and update to MkDocs 1.4.1 2022-10-16 16:20:12 +07:00
Oleh Prypin
593a3464c5 Require MkDocs version 1.4.0 2022-10-01 16:25:03 +02:00
squidfunk
5afacad66c Removed dependencies with native extensions 2022-09-15 18:51:35 +02:00
squidfunk
419740831d Merged features tied to Scotch Bonnet funding goal 2022-09-13 12:35:14 +02:00
squidfunk
527633e6ba Bump minimum Jinja2 version to 3.0.2 2022-06-04 07:52:32 +02:00
squidfunk
fdb409dea6 Bump minimum Jinja2 version to 3.* 2022-06-04 07:50:02 +02:00
Isaac Muse
f7be5c75bb
Fixed issues related to latest Pygments and Pymdown Extensions (#3862) 2022-04-30 16:50:18 +02:00
squidfunk
68bcb1a157 Pinned Python Markdown Extensions to fix incompatibility 2022-04-25 09:55:08 +02:00
squidfunk
85b087ac94 Pinned Pygments to fix incompatibility 2022-04-24 22:48:25 +02:00
squidfunk
c9f92b922d Reverted pinning of Jinja2 version 2022-03-26 21:33:32 +01:00
squidfunk
345c39ce11 Temporarily limited Jinja2 version to < 3.1 2022-03-24 16:36:47 +01:00
squidfunk
9655c3a924 Updated dependencies and bumped copyright year 2022-01-10 09:59:00 +01:00
squidfunk
6ceef24179 Added support for code block titles 2021-10-30 13:16:05 +02:00
squidfunk
f9f4857af7 Bumped MkDocs version to 1.2.3 2021-10-17 12:20:15 +02:00
squidfunk
905c8b77c6 Added Jinja to list of dependencies (see #3085) 2021-10-05 09:40:51 +02:00
squidfunk
c541e68fdc Bumped Python Markdown Extensions and switched to alternate style 2021-09-30 08:48:02 +02:00
squidfunk
7f9b64d44f Finished new Tabbed implementation 2021-09-26 11:54:50 +02:00
squidfunk
4f2f4b672c Merge branch 'master' into feature/scrollable-content-tabs 2021-08-09 21:51:27 +02:00
squidfunk
f869d275b4 Fixed instant loading (MkDocs 1.2.2 regression) 2021-08-09 21:47:49 +02:00
squidfunk
39b8416423 Prototyped new tabbed implementation 2021-08-08 10:46:45 +02:00
squidfunk
08e8525689 Updated copyright year 2021-02-14 16:54:27 +01:00
squidfunk
cf4805d4b3 Removed Python Markdown version range limitation 2020-12-22 14:20:20 +01:00
squidfunk
91474f2746 Limited Markdown version to <3.3 2020-12-21 17:54:37 +01:00
squidfunk
2ae567ad86 Updated mkdocs-material-extensions 2020-05-16 15:49:25 +02:00
squidfunk
f90644dac5 Integrated with mkdocs-material-extensions 2020-04-12 19:58:22 +02:00
squidfunk
9842c941c6 Prepare 5.0.0 release 2020-04-07 16:57:19 +02:00
squidfunk
9738c12cc9 Unified components and observable structure 2020-03-05 17:17:15 +01:00
squidfunk
ae1ed3d924 Implemented instant loading 2020-02-20 17:42:46 +01:00
squidfunk
d21da8d522 Merge branch 'master' into refactor/rxjs-typescript 2020-02-17 18:10:08 +01:00
Peter Bajurny
d5adbe67af
Added supported plugins to Docker image (#1458) 2020-02-14 08:22:59 +01:00
Isaac Muse
a348663566
Added support for pymdownx.tabbed via pymdown-extensions 7.0b1 (#1459)
* Add support pymdownx.tabbed via pymdown-extensions 7.0b1

* Rebuild theme

* Use :only-child
2020-02-14 08:16:04 +01:00
squidfunk
8c44604e80 Upgraded Pygments to 2.4 2020-02-11 19:13:08 +01:00
squidfunk
41dc846753 Merge branch 'master' into refactor/rxjs-typescript 2020-02-10 12:34:58 +01:00
Reece Dunham
eab7148337
Updated copyright year (#1449) 2020-02-08 10:33:01 +01:00
squidfunk
92bfb148ed Fixed code blocks after Markdown 3.2 release 2020-02-08 10:16:59 +01:00
Isaac Muse
bbba04a90c Updated requirements (#1339)
- Restrict Markdown to less that 3.2 to prevent CSS breakage as 3.2
  will introduce changes to how code blocks are formatted.
- Use at least version 6.2 of Pymdown Extensions as 6.2 limits EmojiOne
  usage to v2.2.7 which has the most agreeable license for commercial
  and personal use. Additionally, limit the version to to less than 6.3
  as 6.3 will follow Python Markdown 3.2 in code block changes for
  SuperFences.
2019-11-16 21:45:59 +01:00
squidfunk
91f2289587 Reverted template minification, added minification by plugin 2019-06-15 15:16:14 +02:00
squidfunk
cc47bb7464 Updated copyright year 2019-01-01 18:42:00 +01:00
squidfunk
d7a32d0a84 Upgraded MkDocs to 1.0 2018-08-04 19:53:13 +02:00
squidfunk
7ef1dd08f8 Pinned MkDocs to <1 until stable release is out 2018-08-01 10:36:12 +02:00
squidfunk
9205a7acb7 Remove pinned dependency for Tornado 2018-07-29 15:53:41 +02:00
squidfunk
b55c40e11d Set required pymdown-extensions version to 4.11 (code tabs) 2018-06-20 10:36:15 +02:00