You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/plugins/remark/CHANGELOG.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
## 2.0.0
3
+
## 2.0.0 (2025-04-22)
4
4
5
5
This release includes fundamental architectural improvements and support for loading plugins conditionally based on page kind.
6
6
@@ -13,6 +13,14 @@ This release includes fundamental architectural improvements and support for loa
13
13
-`remark-gfm` will need to be manually added if other plugins require it.
14
14
- The plugin no longer adds a placeholder heading when `remark-toc` is added. Instead this logic has been decoupled in favour of the external plugin `remark-insert-headings`.
15
15
16
+
### Major Changes
17
+
18
+
- Removed "defaultRemarkPlugins" option - remark plugins are no longer added by default.
19
+
20
+
### Minor Changes
21
+
22
+
- Added support for conditional "remarkPlugins" configuration.
Copy file name to clipboardExpand all lines: packages/typedoc-plugin-remark/CHANGELOG.md
+9-11
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,6 @@
1
1
# Changelog
2
2
3
-
## 2.0.0
4
-
5
-
### Major Changes
6
-
7
-
- Removed "defaultRemarkPlugins" option - remark plugins are no longer added by default.
8
-
9
-
### Minor Changes
10
-
11
-
- Added support for conditional "remarkPlugins" configuration.
12
-
13
-
## 2.0.0
3
+
## 2.0.0 (2025-04-22)
14
4
15
5
This release includes fundamental architectural improvements and support for loading plugins conditionally based on page kind.
16
6
@@ -23,6 +13,14 @@ This release includes fundamental architectural improvements and support for loa
23
13
-`remark-gfm` will need to be manually added if other plugins require it.
24
14
- The plugin no longer adds a placeholder heading when `remark-toc` is added. Instead this logic has been decoupled in favour of the external plugin `remark-insert-headings`.
25
15
16
+
### Major Changes
17
+
18
+
- Removed "defaultRemarkPlugins" option - remark plugins are no longer added by default.
19
+
20
+
### Minor Changes
21
+
22
+
- Added support for conditional "remarkPlugins" configuration.
0 commit comments