Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggrossetie/asciidoctor-inline-parser
https://github.com/ggrossetie/asciidoctor-inline-parser
asciidoctor inline parser
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ggrossetie/asciidoctor-inline-parser
- Owner: ggrossetie
- Created: 2018-07-27T15:42:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T14:33:32.000Z (about 6 years ago)
- Last Synced: 2024-10-11T20:15:47.007Z (4 months 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.