# markdown-server **Repository Path**: hungtcs/markdown-server ## Basic Information - **Project Name**: markdown-server - **Description**: simple markdown http server - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 3 - **Created**: 2017-12-26 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: markdown-utils **Tags**: None ## README Markdown Server ==== ### 说明 在当前目录启动一个http服务器,可以自动解析 Markdown 文档 ### 使用方法 ``` // 安装 npm install -g markdown-http-server // 启动 markdown-server ``` ### 配置 ``` usage: markdown-server [options] [path] options: -p --port Specify the port to use, default is 8080 -h --help Print the help --theme Choose a theme from the list [github-markdown,air,modest,retro,splendor], default is github-markdown --highlight Select the source code highlight mode in markdown, default is tomorrow, full list see https://highlightjs.org/ -v --version Print version number ``` [MarkdownCSS]: https://github.com/markdowncss [github-markdown-css]: https://github.com/sindresorhus/github-markdown-css