mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
Merge branch 'master' of https://github.com/doocs/md
This commit is contained in:
commit
fffc905fb0
21
.github/workflows/sync.yml
vendored
21
.github/workflows/sync.yml
vendored
@ -7,21 +7,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [8.x, 10.x, 12.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js 10
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 10
|
||||
- name: npm install, build
|
||||
uses: yanglbme/gitee-pages-action@master
|
||||
env:
|
||||
BRANCH: master # 存放产物的分支名称
|
||||
FOLDER: dist # 存放build后产物的目录
|
||||
BUILD_SCRIPT: npm install && npm run build # 执行的命令
|
||||
- name: Sync to Gitee
|
||||
uses: wearerequired/git-mirror-action@master
|
||||
env:
|
||||
@ -29,10 +15,3 @@ jobs:
|
||||
with:
|
||||
source-repo: "git@github.com:doocs/md.git"
|
||||
destination-repo: "git@gitee.com:Doocs/md.git"
|
||||
|
||||
- name: Build Gitee Pages
|
||||
uses: yanglbme/gitee-pages-action@master
|
||||
with:
|
||||
gitee-username: yanglbme
|
||||
gitee-password: ${{ secrets.GITEE_PASSWORD }}
|
||||
gitee-repo: doocs/md
|
||||
|
16
README.md
16
README.md
@ -28,12 +28,6 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
|
||||
|
||||
欢迎各位朋友随时提交 PR,让这款微信 Markdown 编辑器变得更好!如果你有新的想法,也欢迎在 Issues 区反馈。
|
||||
|
||||
注:目前在非 master 分支上对项目进行重构,更多新特性,敬请期待!
|
||||
|
||||
- [Vue 分支](https://github.com/doocs/md/tree/m_create_vue)
|
||||
- [React 分支](https://github.com/doocs/md/tree/chore-webpack)
|
||||
|
||||
|
||||
## 功能特性
|
||||
- [x] 支持 Markdown 所有基础语法
|
||||
- [x] 支持单独进行字体、字号设置
|
||||
@ -46,16 +40,6 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
|
||||
- [x] 支持一键恢复至默认内容及样式
|
||||
- [x] 支持打开或关闭引用链接的选项
|
||||
|
||||
<!--
|
||||
![select-and-change-color-theme](./assets/images/doocs-md-select-and-change-color-theme.gif)
|
||||
|
||||
![copy-and-paste](./assets/images/doocs-md-copy-and-paste.gif)
|
||||
|
||||
![custom](./assets/images/doocs-md-custom-css.gif)
|
||||
|
||||
![doocs-md-upload-image](./assets/images/doocs-md-upload-image.gif)
|
||||
-->
|
||||
|
||||
![select-and-change-color-theme](https://imgkr.cn-bj.ufileos.com/32c05c23-6309-491f-bd0d-f22a62c944b4.gif)
|
||||
|
||||
![copy-and-paste](https://imgkr.cn-bj.ufileos.com/31f16c2f-480c-4ea3-bb89-89b6e14d18e5.gif)
|
||||
|
Loading…
Reference in New Issue
Block a user