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

https://github.com/stonesaw/air-md

Markdown with Ruby
https://github.com/stonesaw/air-md

markdown md ruby script

Last synced: 11 months ago
JSON representation

Markdown with Ruby

Awesome Lists containing this project

README

          

# air md
Markdown with Ruby

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'air_md'
```

And then execute:

$ bundle install

Or install it yourself as:

$ gem install air_md

## try example
```bash
bundle exec ruby lib/air_md.rb example/basic.air.md
```

```bash
bundle exec ruby lib/air_md.rb input_file [output_file]
```