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

Allow AsciiDoc attributes to be defined on asciidoc config key #126

Closed
mojavelinux opened this issue Jul 15, 2016 · 0 comments
Closed

Allow AsciiDoc attributes to be defined on asciidoc config key #126

mojavelinux opened this issue Jul 15, 2016 · 0 comments
Assignees
Milestone

Comments

@mojavelinux
Copy link
Member

It's more fitting for AsciiDoc attributes to be defined on the asciidoc config key rather than the asciidoctor config key.

asciidoc:
  attributes:
    - idseparator=_
asciidoctor:
  base_dir: :docdir
  # these attributes inherit from the generic attributes and are specific to Asciidoctor
  attributes:
    - icons=font
    - source-highlighter=coderay

For backwards compatibility, and to allow attributes specific to a given processor, we can still support both locations. The attributes defined on the asciidoctor key will inherit the attributes that are defined on the asciidoc key.

@mojavelinux mojavelinux added this to the v2.1.0 milestone Jul 15, 2016
@mojavelinux mojavelinux self-assigned this Jul 15, 2016
@mojavelinux mojavelinux modified the milestones: v2.2.0, v2.1.0 May 21, 2017
mojavelinux added a commit to mojavelinux/jekyll-asciidoc that referenced this issue Jun 2, 2019
mojavelinux added a commit to mojavelinux/jekyll-asciidoc that referenced this issue Jun 2, 2019
mojavelinux added a commit to mojavelinux/jekyll-asciidoc that referenced this issue Jun 2, 2019
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