This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 项目介绍
本项目初衷是为了实现markdown的文档的展示
# 实现方式
该项目使用gin实现,markdown使用`gomarkdown/markdown`渲染成html代码块。由templates渲染到页面中
# 配置
```yaml
server:
port: 8081
dir:
root: \Gitlab\note
main: 专栏
```