- #e6fffb
- #b5f5ec
- #87e8de
- #5cdbd3
- #36cfc9 font-color: rgba(0, 0, 0, 0.85);
- #13c2c2 font-color: rgb(255, 255, 255);
- #08979c
- #006d75
- #00474f
- #002329
使用 marked.js 实现,左侧输入右侧预览,参考 Marked Demo
增加上传图片按钮,上传至七牛云图床,返回图片图片地址,以  的格式 append 到输入框内
尽量不把样式抽离到 css 中,使用 {{ define "css-common" }} 定义通用样式并在其他模版中使用 {{template "css-common" .}} 的方式引入,可以将样式按照 style 的方式加载,那么下载下来的 html 文件中已经有样式
- 跟煎鱼学 Go
- Build Web Application with Golang
- JWT introduction
- Using JWT for Authentication in a Golang Application
- Debugging a Go Web App with VSCode and Delve
- Debugging vscode-go
- How to Use UUID Key Type with Gorm
- Store UUID v4 in MySQL
- Storing UUID Values in MySQL Tables
- 如何重构“箭头型”代码
- Go Concurrency Patterns: Context
- The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)
- Docker —— 从入门到实践
使用 ldflags 设置构建参数时, 除 main 包以外需要使用完整路径包名