An open API service indexing awesome lists of open source software.

https://github.com/work-design/rails_markdown

Sync posts write in markdown to anywhere
https://github.com/work-design/rails_markdown

design engine work

Last synced: over 1 year ago
JSON representation

Sync posts write in markdown to anywhere

Awesome Lists containing this project

README

          

# RailsMarkdown

[![测试](https://github.com/work-design/rails_markdown/actions/workflows/test.yml/badge.svg)](https://github.com/work-design/rails_markdown/actions/workflows/test.yml)
[![Docker构建](https://github.com/work-design/rails_markdown/actions/workflows/cd.yml/badge.svg)](https://github.com/work-design/rails_markdown/actions/workflows/cd.yml)
[![Gem](https://github.com/work-design/rails_markdown/actions/workflows/gempush.yml/badge.svg)](https://github.com/work-design/rails_markdown/actions/workflows/gempush.yml)

用 Markdown 写作,用 Git 进行管理,同步到应用,微信公众号,知乎等地方。

#### 已支持
* Application
* 微信公众号
#### 计划支持
* 知乎

## 依赖
* libgit2
* MacOS: `brew install libgit2`
* cmake

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'rails_markdown'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install rails_markdown
```

## Contributing
Contribution directions go here.

## 开源协议
遵循 [MIT](https://opensource.org/licenses/MIT) 协议