开源软件名称(OpenSource Name):wecatch/markdown-css开源软件地址(OpenSource Url):https://github.com/wecatch/markdown-css开源编程语言(OpenSource Language):CSS 67.0%开源软件介绍(OpenSource Introduction):makrdown-cssMarkdown css is a command tool to convert css style into markdown inline style. Theme DemoInstallmaxOS xcode-select --install
pip install markdown-css linux apt-get install libxml2-dev libxslt1-dev python-dev
apt-get install python-lxml
pip install markdown-css Getting startedpip install markdown-css
mkdir public
touch style.css
markdown -h
markdown-css markdown.html --style=style.css --out=public Themeshttps://github.com/wecatch/markdown-css/tree/master/themes Demo
Selectormarkdown-css support css selector like these: element selector p {
margin: 10px 0;
} multi element selector h1,p,h2,pre {
color: #333;
} all element * {
font-size: 14px
} pseudo-selector h1:before {
content: '#'
} child element seletor blockquote p {
color:#888;
}
中文介绍markdown-css 是一个命令行工具用来为无 CSS 的 html 文档添加 CSS,渲染之后的 html 可以直接粘贴在微信公众号使用。 要使用 markdown-css ,通常你需要一款类似 typora 的编辑器,用 markdown 完成写作之后导出为不带任何 style 的 html 文档: 然后再需要提供一个主题样式,仓库里已经有了一些主题样式可以使用,用以下命令完成转换: markdown-css markdown.html --style=style.css --out=public 渲染之后的文档会导出在同目录下的 public 中,用 Chrome 浏览器打开渲染之后的同名文档,复制粘贴到微信公众号编辑器即可。
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论