https://github.com/ggrossetie/asciidoctor-inline-parser
https://github.com/ggrossetie/asciidoctor-inline-parser
asciidoctor inline parser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ggrossetie/asciidoctor-inline-parser
- Owner: ggrossetie
- Created: 2018-07-27T15:42:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T14:33:32.000Z (over 7 years ago)
- Last Synced: 2025-02-28T23:02:00.661Z (over 1 year ago)
- Topics: asciidoctor, inline, parser
- Language: Ruby
- Size: 115 KB
- Stars: 15
- Watchers: 6
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= 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.