https://github.com/jmini/asciidoctorj-dynamic-include
AsciidoctorJ macro to include dynamically other AsciiDoc files
https://github.com/jmini/asciidoctorj-dynamic-include
Last synced: about 1 year ago
JSON representation
AsciidoctorJ macro to include dynamically other AsciiDoc files
- Host: GitHub
- URL: https://github.com/jmini/asciidoctorj-dynamic-include
- Owner: jmini
- License: epl-2.0
- Created: 2019-04-15T14:53:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T21:06:51.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T03:03:47.218Z (over 1 year ago)
- Language: Java
- Size: 883 KB
- Stars: 0
- 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-dynamic-include
:project-name: AsciidoctorJ dynamic-include
:branch: master
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0
: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
:listing-caption: Listing
//end::vardef[]
//tag::header[]
= {project-name}
Jeremie Bresson
AsciidoctorJ macro to include dynamically other AsciiDoc files.
//end::header[]
image:https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}.svg?style=svg["CircleCI", link="https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}"]
== Project Homepage
Visit the link:{homepage}[project home page] to know more about:
* usage of the extension
* integration examples
* ...
//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[]