File tree Expand file tree Collapse file tree 8 files changed +12
-11
lines changed
typedoc-github-wiki-theme
typedoc-gitlab-wiki-theme
typedoc-plugin-frontmatter Expand file tree Collapse file tree 8 files changed +12
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3131 "author" : " Thomas Grey" ,
3232 "license" : " MIT" ,
3333 "peerDependencies" : {
34- "typedoc-plugin-markdown" : " >=4.8.0 "
34+ "typedoc-plugin-markdown" : " >=4.8.1 "
3535 },
3636 "keywords" : [
3737 " typedoc" ,
Original file line number Diff line number Diff line change 3131 "author" : " Thomas Grey" ,
3232 "license" : " MIT" ,
3333 "peerDependencies" : {
34- "typedoc-plugin-markdown" : " >=4.8.0 "
34+ "typedoc-plugin-markdown" : " >=4.8.1 "
3535 },
3636 "keywords" : [
3737 " typedoc" ,
Original file line number Diff line number Diff line change 3434 "yaml" : " ^2.7.0"
3535 },
3636 "peerDependencies" : {
37- "typedoc-plugin-markdown" : " >=4.8.0 "
37+ "typedoc-plugin-markdown" : " >=4.8.1 "
3838 },
3939 "keywords" : [
4040 " frontmatter" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.8.1
4+
5+ ### Patch Changes
6+
7+ - Correctly handle empty markdown links ([ #836 ] ( https://github.com/typedoc2md/typedoc-plugin-markdown/issues/836 ) ).
8+
39## 4.8.0 (2025-07-29)
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " typedoc-plugin-markdown" ,
3- "version" : " 4.8.0 " ,
3+ "version" : " 4.8.1 " ,
44 "description" : " A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown." ,
55 "exports" : {
66 "." : " ./dist/index.js"
Original file line number Diff line number Diff line change 3333 "vfile" : " ^6.0.3"
3434 },
3535 "peerDependencies" : {
36- "typedoc-plugin-markdown" : " >=4.8.0 "
36+ "typedoc-plugin-markdown" : " >=4.8.1 "
3737 },
3838 "keywords" : [
3939 " typedoc" ,
Original file line number Diff line number Diff line change 3030 "test:update" : " npm run build && rm -rf ./test/__snapshots__ && npm test"
3131 },
3232 "peerDependencies" : {
33- "typedoc-plugin-markdown" : " >=4.8.0 "
33+ "typedoc-plugin-markdown" : " >=4.8.1 "
3434 },
3535 "license" : " MIT" ,
3636 "keywords" : [
You can’t perform that action at this time.
0 commit comments