Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve attribute references within attribute values defined in config #103

Closed
mojavelinux opened this issue Jun 18, 2016 · 1 comment
Closed
Assignees
Milestone

Comments

@mojavelinux
Copy link
Member

mojavelinux commented Jun 18, 2016

Substitution attribute references (e.g., {imagesdir}) within attribute values in the configuration. Attribute values are assigned to attribute names in the attributes block of the asciidoctor configuration.

Example:

asciidoctor:
  attributes:
    imagesdir: images
    iconsdir: '{imagesdir}/icons'

These attributes references have to be resolved by the plugin since they are not resolved when passed to the Asciidoctor API.

@mojavelinux mojavelinux added this to the v2.0.0 milestone Jun 18, 2016
@mojavelinux mojavelinux self-assigned this Jun 18, 2016
@mojavelinux
Copy link
Member Author

mojavelinux commented Jun 18, 2016

Resolved by 8917aae.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant