website/gems/lib/asciidoctor/github-link-inline-macro/README.adoc

974 B

Table of Contents

An inline macro that easily links repositories from GitHub.

Synopsis

github:$OWNER/$REPO[$CAPTION]

If caption is missing, the link text will be the namespace (i.e., $OWNER/$REPO) of the repo.

Attributes

There are optional attributes for this macro.

  • rev is the commit/branch/tag of the repo to be linked.

  • path is the filepath to be linked within the repo.

Example usage