go语言实现的Markdown展示工具
Go to file
lianglianglee c651e224e8 构建项目 2023-08-03 10:45:02 +08:00
.github/workflows 构建项目 2023-08-03 10:45:02 +08:00
config 初始化项目 2023-08-03 10:29:01 +08:00
controller 初始化项目 2023-08-03 10:29:01 +08:00
response 初始化项目 2023-08-03 10:29:01 +08:00
route 初始化项目 2023-08-03 10:29:01 +08:00
static 初始化项目 2023-08-03 10:29:01 +08:00
templates 初始化项目 2023-08-03 10:29:01 +08:00
util 初始化项目 2023-08-03 10:29:01 +08:00
.gitignore 初始化项目 2023-08-03 10:29:01 +08:00
LICENSE Initial commit 2023-08-03 10:07:24 +08:00
README.md 初始化项目 2023-08-03 10:29:01 +08:00
go.mod 初始化项目 2023-08-03 10:29:01 +08:00
main.go 初始化项目 2023-08-03 10:29:01 +08:00

README.md

项目介绍

本项目初衷是为了实现markdown的文档的展示

实现方式

该项目使用gin实现markdown使用gomarkdown/markdown渲染成html代码块。由templates渲染到页面中

配置

server:
  port: 8081
dir:
 root: \Gitlab\note
 main: 专栏