We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4a69b commit 8bf2b08Copy full SHA for 8bf2b08
.changeset/few-snails-drive.md
@@ -0,0 +1,6 @@
1
+---
2
+'typedoc-plugin-markdown': major
3
4
+
5
+Removed Handlebars
6
+MDX2 Compatibility
.github/workflows/ci.yml
@@ -2,7 +2,6 @@ name: CI
on: [push, pull_request]
jobs:
lint-and-test:
- name: Lint and Test
runs-on: ubuntu-latest
7
strategy:
8
matrix:
package.json
@@ -1,8 +1,7 @@
{
"private": true,
"workspaces": [
- "packages/typedoc-plugin-markdown",
- "packages/docusaurus-plugin-typedoc"
+ "packages/typedoc-plugin-markdown"
],
"scripts": {
"lint": "npm run lint --workspaces",
0 commit comments