Skip to content

Commit

Permalink
asciidoctor-pdf will auto-register, no need to register it (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Sep 2, 2019
1 parent cd36388 commit 37453c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This document provides a high-level view of the changes introduced by release.
[[releasenotes]]
== Release notes

=== 0.30.1 (preview, available from Github releases)

- fix 'unable to read file' when creating a PDF and working with extensions (#325)

=== 0.30.0 (preview, available from Github releases)

- support creating a PDF from the IDE based on asciidoctorj-pdf:1.5.0-beta.2 (#325)
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/asciidoc/intellij/AsciiDoc.java
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ public void renderPdf(File file, List<String> extensions) {
ClassLoader old = Thread.currentThread().getContextClassLoader();
Thread.currentThread().setContextClassLoader(AsciiDocAction.class.getClassLoader());
try {
extensions.add("asciidoctor-pdf");
initWithExtensions(extensions);
asciidoctor.registerLogHandler(logHandler);
try {
Expand Down

0 comments on commit 37453c7

Please sign in to comment.