-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle note and other nested elements in position calculation #160
- Loading branch information
Showing
4 changed files
with
39 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin version="2" url="https://github.com/asciidoctor/asciidoctor-intellij-plugin"> | ||
<id>org.asciidoctor.intellij.asciidoc</id> | ||
<name>AsciiDoc</name> | ||
<version>0.17.0</version> | ||
<version>0.17.1</version> | ||
<vendor email="[email protected]" url="http://asciidoctor.org">Asciidoctor Project</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -18,6 +18,7 @@ | |
|
||
<change-notes><![CDATA[ | ||
<ul> | ||
<li>0.17.1 Improved handling of trailing spaces in syntax highlighting. Fixed code/preview sync for nested layouts (i.e. NOTE)</li> | ||
<li>0.17.0 Updated block parsing to support two styles of headings. Block starts and ends are need to be aligned in length and shape when parsed.</li> | ||
<li>0.16.4 Improved darcula support for JavaFX. More block types are using proper dark background and light text colors.</li> | ||
<li>0.16.3 Theme in preview can be switched from light to darcula independent of IDE theme</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters