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
- Host: GitHub
- URL: https://github.com/stonesaw/air-md
- Owner: stonesaw
- Created: 2022-02-25T17:49:16.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-19T16:51:59.000Z (over 3 years ago)
- Last Synced: 2025-01-27T23:40:46.797Z (about 1 year ago)
- Topics: markdown, md, ruby, script
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```