= Asciidoctor Inline Parser ifdef::env-github[] :status: :outfilesuffix: .adoc :caution-caption: :fire: :important-caption: :exclamation: :note-caption: :paperclip: :tip-caption: :bulb: :warning-caption: :warning: endif::[]
[caption=Status] CAUTION: This project is a work in progress.
ifdef::status[] .Project health image:https://travis-ci.org/Mogztter/asciidoctor-inline-parser.svg?branch=master[Build Status (Travis CI), link=https://travis-ci.org/Mogztter/asciidoctor-inline-parser] endif::[]
== Install
Run bundle
to install development dependencies.
NOTE: If the bundle
command is not available, run gem install bundler
to install it.
Run bundle exec rake
to run the linter and the tests.