https://github.com/jmini/asciidoctorj-experiments
Experiments with Asciidoctorj
https://github.com/jmini/asciidoctorj-experiments
Last synced: about 1 year ago
JSON representation
Experiments with Asciidoctorj
- Host: GitHub
- URL: https://github.com/jmini/asciidoctorj-experiments
- Owner: jmini
- License: apache-2.0
- Created: 2016-06-04T17:05:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T13:41:50.000Z (over 7 years ago)
- Last Synced: 2024-10-06T03:04:11.549Z (over 1 year ago)
- Language: Java
- Size: 1.28 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: asciidoctorj-experiments
:project-name: AsciidoctorJ Experiments
:branch: master
:twitter-handle: j2r2b
:license: http://www.apache.org/licenses/LICENSE-2.0
:license-name: Apache 2.0 License
:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]
//tag::header[]
= {project-name}
Experiments with AsciidoctorJ.
//end::header[]
//tag::description[]
== Description
This repository contains some experiments I do with AsciidoctorJ.
* Html backend (java implementation)
* Asciidoctor Test suite
* Conveters for the AST
** ast-json
** assert-code
** mock-code
* html2adoc
//end::description[]
Read more on the link:{homepage}[project home page].
//tag::contact-section[]
== Get in touch
Use the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]
//tag::license-section[]
== License
link:{license}[{license-name}]
//end::license-section[]