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

Fixes conversion failure when using erb template #610

Merged

Commits on Jan 22, 2023

  1. Fixes conversion failure when using erb template

    Internally erubi option was set as null which caused Asciidoctor to fail
    with 'Unknown ERB implementation'.
    The fix sets the option only when a non empty value is present, delegating
    to AsciidoctorJ default which is 'erb' (consistent with current docs).
    abelsromero committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    bfea074 View commit details
    Browse the repository at this point in the history