游戏攻略整体一览:修订间差异

来自70DNF
跳转到导航 跳转到搜索
AdminAPT留言 | 贡献
创建页面,内容为“<div class='markmap'> # 中心主题 - 主要分支1 - 子节点1 - 子节点2 - 主要分支2 </div>”
 
AdminAPT留言 | 贡献
无编辑摘要
第1行: 第1行:
<div class='markmap'>
<div class='markmap'>
# 中心主题
 
- 主要分支1
 
   - 子节点1
---
   - 子节点2
title: markmap
- 主要分支2
markmap:
  colorFreezeLevel: 2
---
 
## Links
 
- [Website](https://markmap.js.org/)
- [GitHub](https://github.com/gera2ld/markmap)
 
## Related Projects
 
- [coc-markmap](https://github.com/gera2ld/coc-markmap) for Neovim
- [markmap-vscode](https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode) for VSCode
- [eaf-markmap](https://github.com/emacs-eaf/eaf-markmap) for Emacs
 
## Features
 
Note that if blocks and lists appear at the same level, the lists will be ignored.
 
### Lists
 
- **strong** ~~del~~ *italic* ==highlight==
- `inline code`
- [x] checkbox
- Katex: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$ <!-- markmap: fold -->
   - [More Katex Examples](#?d=gist:af76a4c245b302206b16aec503dbe07b:katex.md)
- Now we can wrap very very very very long text with the `maxWidth` option
- Ordered list
  1. item 1
   2. item 2
 
### Blocks
 
```js
console.log('hello, JavaScript')
```
 
| Products | Price |
|-|-|
| Apple | 4 |
| Banana | 2 |
 
![](https://markmap.js.org/favicon.png)
</div>
</div>

2025年11月15日 (六) 19:52的版本


--- title: markmap markmap:

 colorFreezeLevel: 2

---

    1. Links

- [Website](https://markmap.js.org/) - [GitHub](https://github.com/gera2ld/markmap)

    1. Related Projects

- [coc-markmap](https://github.com/gera2ld/coc-markmap) for Neovim - [markmap-vscode](https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode) for VSCode - [eaf-markmap](https://github.com/emacs-eaf/eaf-markmap) for Emacs

    1. Features

Note that if blocks and lists appear at the same level, the lists will be ignored.

      1. Lists

- **strong** ~~del~~ *italic* ==highlight== - `inline code` - [x] checkbox - Katex: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$

 - [More Katex Examples](#?d=gist:af76a4c245b302206b16aec503dbe07b:katex.md)

- Now we can wrap very very very very long text with the `maxWidth` option - Ordered list

 1. item 1
 2. item 2
      1. Blocks

```js console.log('hello, JavaScript') ```

| Products | Price | |-|-| | Apple | 4 | | Banana | 2 |

![](https://markmap.js.org/favicon.png)