|
2 | 2 |
|
3 | 3 | > Beautiful and simple mindmaps written in markdown. |
4 | 4 |
|
5 | | -[](https://github.com/neatc0der/mkdocs-markmap/blob/master/LICENSE) |
| 5 | +[](https://github.com/markmap/mkdocs-markmap/blob/master/LICENSE) |
6 | 6 | [](https://pypi.org/project/mkdocs-markmap/) |
7 | | -[](https://github.com/neatc0der/mkdocs-markmap/releases/latest) |
8 | | -[](https://github.com/neatc0der/mkdocs-markmap/issues) |
9 | | -[](https://github.com/neatc0der/mkdocs-markmap/pulls) |
| 7 | +[](https://github.com/markmap/mkdocs-markmap/releases/latest) |
| 8 | +[](https://github.com/markmap/mkdocs-markmap/issues) |
| 9 | +[](https://github.com/markmap/mkdocs-markmap/pulls) |
10 | 10 |
|
11 | | -This is a plugin and an extension for [mkdocs](https://github.com/mkdocs/mkdocs/) to add [markmap](https://github.com/gera2ld/markmap). |
| 11 | +This is a plugin and an extension for [mkdocs](https://github.com/mkdocs/mkdocs/) to add [markmap](https://github.com/markmap/markmap). |
12 | 12 |
|
13 | 13 | ## Prerequisits |
14 | 14 |
|
@@ -73,17 +73,17 @@ plugins: |
73 | 73 | encoding: utf-8 |
74 | 74 | file_extension: .mm.md |
75 | 75 | d3_version: 6.7.0 |
76 | | - lib_version: 0.11.6 |
77 | | - view_version: 0.2.6 |
| 76 | + lib_version: 0.14.1 |
| 77 | + view_version: 0.14.0 |
78 | 78 | ``` |
79 | 79 |
|
80 | 80 | In addition, feel free to define your favourite source urls like this: |
81 | 81 |
|
82 | 82 | ```yaml |
83 | 83 | extra_javascript: |
84 | 84 | - https://unpkg.com/[email protected]/dist/d3.min.js |
85 | | - - https://unpkg.com/markmap-lib@0.11.6/dist/browser/index.min.js |
86 | | - - https://unpkg.com/markmap-view@0.2.6/dist/index.min.js |
| 85 | + - https://unpkg.com/markmap-lib@0.14.1/dist/browser/index.min.js |
| 86 | + - https://unpkg.com/markmap-view@0.14.0/dist/index.min.js |
87 | 87 | ``` |
88 | 88 |
|
89 | 89 | :warning: The urls need to contain one of these keywords to be considered as deviation from default: |
@@ -120,6 +120,6 @@ Usually proxies should be supported by `requests`, which is used for downloading |
120 | 120 |
|
121 | 121 | Some of the development approaches are based on implementations provided by the following projects: |
122 | 122 |
|
123 | | -* [markmap](https://github.com/gera2ld/markmap) (key feature of this project) |
| 123 | +* [markmap](https://github.com/markmap/markmap) (key feature of this project) |
124 | 124 | * [markdown-include](https://github.com/cmacmackin/markdown-include) (basis for extension support) |
125 | 125 | * [mkdocs-mermaid2-plugin](https://github.com/fralau/mkdocs-mermaid2-plugin) (basis for plugin support) |
0 commit comments